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 87f1e5f commit f351f2dCopy full SHA for f351f2d
1 file changed
scripts/ci/package_builds.sh
@@ -38,9 +38,9 @@ mkdir -p $OUTPUT_FOLDER
38
RELEASE="${RELEASE:-latest}"
39
40
lastversion=$(date +%Y%m%d)
41
-# if [ -n "$1" ] && [ "$1" != "nightly" ]; then
42
- # lastversion=$1
43
-# fi
+if [ -n "$1" ] && [ "$1" != "nightly" ] && [ "$1" != "latest" ]; then
+ lastversion=$1
+fi
44
echo "##[endgroup]"
45
46
0 commit comments