Skip to content

Commit

Permalink
Remove work-arounds for cloning repos inside containers
Browse files Browse the repository at this point in the history
With alisw/alibuild#835, all git repos are created
outside the aliBuild container, so we don't need to pass credentials inside
anymore.
  • Loading branch information
TimoWilken committed Mar 6, 2024
1 parent 1d4affe commit 2308f1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/build-loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@ if clean_env long_timeout aliBuild build "$PACKAGE" \
-e "ALIBUILD_BASE_HASH=$base_hash" \
${jalien_token_cert:+-e "JALIEN_TOKEN_CERT=$jalien_token_cert"} \
${jalien_token_key:+-e "JALIEN_TOKEN_KEY=$jalien_token_key"} \
${use_docker:+-e GIT_CONFIG_COUNT=1} \
${use_docker:+-e GIT_CONFIG_KEY_0=credential.helper} \
${use_docker:+-e GIT_CONFIG_VALUE_0='store --file /.git-creds'} \
${use_docker:+-v "$HOME/.git-creds:/.git-creds:ro"} \
${use_docker:+--architecture "$ARCHITECTURE"} \
${use_docker:+--docker-image "$CONTAINER_IMAGE"} \
${use_docker:+--docker-extra-args="$DOCKER_EXTRA_ARGS"} \
Expand Down

0 comments on commit 2308f1d

Please sign in to comment.