chore: add state to gitignore
This commit is contained in:
1
devc.sh
1
devc.sh
@@ -61,7 +61,6 @@ script_dir="$(dirname "$(realpath "$0")")"
|
||||
# Get container registry from DEVC_REGISTRY env variable.
|
||||
if [ -n "${DEVC_REGISTRY:-}" ]; then
|
||||
registry="$DEVC_REGISTRY"
|
||||
echo "$registry" >"$script_dir/state/registry"
|
||||
else
|
||||
log "registry unknown; set the DEVC_REGISTRY environment variable" 'x' 31
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user