Move docker creation over to devenv
This is not ideal, since devenv is more for creating development environments, but it works
This commit is contained in:
@@ -56,7 +56,6 @@ while IFS=$'\t' read -r TAG DOWNLOAD_URL; do
|
||||
|
||||
curl -sL -o "$LOCAL_FILE" "$DOWNLOAD_URL"
|
||||
|
||||
echo "Set var to true"
|
||||
UPDATE_TRIGGERED=true
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user