We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a07c9 commit 84f8193Copy full SHA for 84f8193
1 file changed
.gitlab-ci.yml
@@ -35,10 +35,11 @@ build:
35
- usr/bin/archive remove_nonessentials
36
- usr/bin/archive create_tar
37
after_script:
38
- # For persistent runners: cleanup afterwards.
39
- - |
40
- VER_DIR=$(usr/bin/config get VER_DIR)
41
- rm -rf ${VER_DIR:?}
+ - | # cleanup for persistent Intel runner
+ if [ "$ARCHITECTURE" = "x86_64" ]; then
+ source jhb/etc/jhb.conf.sh
+ rm -rf $VER_DIR
42
+ fi
43
artifacts:
44
paths:
45
- jhb-*.tar.xz
0 commit comments