Remove .envrc check
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-08-18 17:52:44 +02:00
parent fdbbe93679
commit 78ab592209
1 changed files with 0 additions and 5 deletions

5
abra
View File

@ -679,11 +679,6 @@ pwqgen_native() {
shuf -n 3 /usr/share/dict/words | tr -dc 'a-zA-Z0-9' | tr -d '\n'
}
# FIXME 3wc: update or remove
if [ -z "$ABRA_ENV" ] && [ -f .env ] && type direnv > /dev/null 2>&1 && ! direnv status | grep -q 'Found RC allowed true'; then
error "direnv is blocked, run direnv allow"
fi
###### Parse apps.json
get_recipes() {