We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd4788 commit d9dc795Copy full SHA for d9dc795
scripts/ci-build.sh
@@ -12,10 +12,11 @@ fi
12
gcc -v
13
14
export FIREJAIL_VERSION=head
15
+export CI_VERSION=$CI_BUILD_REF_NAME
16
if [ -n "$CI_BUILD_TAG" ]; then
17
export FIREJAIL_VERSION=$CI_BUILD_TAG
18
+ export CI_VERSION=v${CI_BUILD_REF_NAME}
19
fi
-export CI_VERSION=$CI_BUILD_REF_NAME
20
21
git clone https://github.com/netblue30/firejail.git firejail-repo
22
(cd firejail-repo && git checkout $CI_BUILD_REF_NAME && ./configure --disable-globalcfg && make -j3)
0 commit comments