Skip to content

Commit a6ed462

Browse files
authored
Remove work-arounds for cloning repos inside containers (#1298)
With alisw/alibuild#835, all git repos are created outside the aliBuild container, so we don't need to pass credentials inside anymore.
1 parent b9201be commit a6ed462

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/build-loop.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,6 @@ if clean_env long_timeout aliBuild build "$PACKAGE" \
256256
-e "ALIBUILD_BASE_HASH=$base_hash" \
257257
${jalien_token_cert:+-e "JALIEN_TOKEN_CERT=$jalien_token_cert"} \
258258
${jalien_token_key:+-e "JALIEN_TOKEN_KEY=$jalien_token_key"} \
259-
${use_docker:+-e GIT_CONFIG_COUNT=1} \
260-
${use_docker:+-e GIT_CONFIG_KEY_0=credential.helper} \
261-
${use_docker:+-e GIT_CONFIG_VALUE_0='store --file /.git-creds'} \
262-
${use_docker:+-v "$HOME/.git-creds:/.git-creds:ro"} \
263259
${use_docker:+--architecture "$ARCHITECTURE"} \
264260
${use_docker:+--docker-image "$CONTAINER_IMAGE"} \
265261
${use_docker:+--docker-extra-args="$DOCKER_EXTRA_ARGS"} \

0 commit comments

Comments
 (0)