We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd15b81 commit 22102a3Copy full SHA for 22102a3
1 file changed
packages/lib/src/core/templates-entrypoint/nested-docker-git.ts
@@ -169,8 +169,6 @@ if [[ -f "$SOURCE_SHARED_AUTH" ]]; then
169
copy_if_distinct_file "$SOURCE_SHARED_AUTH" "$DOCKER_GIT_AUTH_DIR/auth.json" || true
170
elif [[ -f "$SOURCE_LOCAL_AUTH" ]]; then
171
copy_if_distinct_file "$SOURCE_LOCAL_AUTH" "$DOCKER_GIT_AUTH_DIR/auth.json" || true
172
-else
173
- rm -f "$DOCKER_GIT_AUTH_DIR/auth.json" || true
174
fi
175
if [[ -f "$DOCKER_GIT_AUTH_DIR/auth.json" ]]; then
176
chmod 600 "$DOCKER_GIT_AUTH_DIR/auth.json" || true
0 commit comments