Skip to content

Commit 3915f20

Browse files
authored
Update package_builds.sh
1 parent 42b6dff commit 3915f20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/ci/package_builds.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ OUTPUT_FOLDER=$ROOT/out
1515
mkdir $OUTPUT_FOLDER
1616

1717
lastversion=$(date +%Y%m%d)
18+
if [ -n "$1" ] && [ "$1" != "nightly" ] then
19+
lastversion=$1
20+
fi
1821

1922
git submodule update --init --recursive
2023
git submodule update --recursive --remote

0 commit comments

Comments
 (0)