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 3915f20 commit 35baee4Copy full SHA for 35baee4
1 file changed
scripts/ci/package_builds.sh
@@ -15,7 +15,7 @@ OUTPUT_FOLDER=$ROOT/out
15
mkdir $OUTPUT_FOLDER
16
17
lastversion=$(date +%Y%m%d)
18
-if [ -n "$1" ] && [ "$1" != "nightly" ] then
+if [ -n "$1" ] && [ "$1" != "nightly" ]; then
19
lastversion=$1
20
fi
21
0 commit comments