We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e508762 commit 17b66dcCopy full SHA for 17b66dc
.gitlab-ci.yml
@@ -404,6 +404,8 @@ build-x86_64-darwin:
404
script: |
405
export PATH="$CI_PROJECT_DIR/.brew/bin:$CI_PROJECT_DIR/.brew/sbin:$PATH"
406
/bin/bash ./.gitlab/ci.sh
407
+ after_script:
408
+ - rm -Rf /private/tmp/.brew_tmp
409
410
tar-x86_64-darwin:
411
extends: .artifacts
@@ -430,6 +432,8 @@ tar-x86_64-darwin:
430
432
431
433
434
/bin/bash ./.gitlab/tar.sh
435
436
437
variables:
438
TARBALL_ARCHIVE_SUFFIX: x86_64-apple-darwin
439
TARBALL_EXT: tar.xz
0 commit comments