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