build/linux: Complete 827961ca
(regarding CI_COMMIT_TAG check on AppImage)
This commit is contained in:
@ -25,7 +25,7 @@ if [ -f "*appimagetool*.AppImage" ]; then
|
|||||||
fi
|
fi
|
||||||
if [ "$GITLAB_CI" ]; then
|
if [ "$GITLAB_CI" ]; then
|
||||||
apt-get update >/dev/null 2>&1
|
apt-get update >/dev/null 2>&1
|
||||||
apt-get install -y --no-install-recommends ca-certificates wget curl >/dev/null 2>&1
|
apt-get install -y --no-install-recommends ca-certificates wget curl git >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
export HOST_ARCH=$(uname -m)
|
export HOST_ARCH=$(uname -m)
|
||||||
export APPIMAGE_EXTRACT_AND_RUN=1
|
export APPIMAGE_EXTRACT_AND_RUN=1
|
||||||
|
Reference in New Issue
Block a user