We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9201be commit a6ed462Copy full SHA for a6ed462
ci/build-loop.sh
@@ -256,10 +256,6 @@ if clean_env long_timeout aliBuild build "$PACKAGE" \
256
-e "ALIBUILD_BASE_HASH=$base_hash" \
257
${jalien_token_cert:+-e "JALIEN_TOKEN_CERT=$jalien_token_cert"} \
258
${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"} \
263
${use_docker:+--architecture "$ARCHITECTURE"} \
264
${use_docker:+--docker-image "$CONTAINER_IMAGE"} \
265
${use_docker:+--docker-extra-args="$DOCKER_EXTRA_ARGS"} \
0 commit comments