Skip to content

Commit 22102a3

Browse files
committed
fix(e2e): restore shared auth bootstrap sync
1 parent bd15b81 commit 22102a3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/lib/src/core/templates-entrypoint/nested-docker-git.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ if [[ -f "$SOURCE_SHARED_AUTH" ]]; then
169169
copy_if_distinct_file "$SOURCE_SHARED_AUTH" "$DOCKER_GIT_AUTH_DIR/auth.json" || true
170170
elif [[ -f "$SOURCE_LOCAL_AUTH" ]]; then
171171
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
174172
fi
175173
if [[ -f "$DOCKER_GIT_AUTH_DIR/auth.json" ]]; then
176174
chmod 600 "$DOCKER_GIT_AUTH_DIR/auth.json" || true

0 commit comments

Comments
 (0)