Skip to content

Commit d9dc795

Browse files
Fix ibrew tree
1 parent 7bd4788 commit d9dc795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci-build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ fi
1212
gcc -v
1313

1414
export FIREJAIL_VERSION=head
15+
export CI_VERSION=$CI_BUILD_REF_NAME
1516
if [ -n "$CI_BUILD_TAG" ]; then
1617
export FIREJAIL_VERSION=$CI_BUILD_TAG
18+
export CI_VERSION=v${CI_BUILD_REF_NAME}
1719
fi
18-
export CI_VERSION=$CI_BUILD_REF_NAME
1920

2021
git clone https://github.com/netblue30/firejail.git firejail-repo
2122
(cd firejail-repo && git checkout $CI_BUILD_REF_NAME && ./configure --disable-globalcfg && make -j3)

0 commit comments

Comments
 (0)