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 42b6dff commit 3915f20Copy full SHA for 3915f20
1 file changed
scripts/ci/package_builds.sh
@@ -15,6 +15,9 @@ OUTPUT_FOLDER=$ROOT/out
15
mkdir $OUTPUT_FOLDER
16
17
lastversion=$(date +%Y%m%d)
18
+if [ -n "$1" ] && [ "$1" != "nightly" ] then
19
+ lastversion=$1
20
+fi
21
22
git submodule update --init --recursive
23
git submodule update --recursive --remote
0 commit comments