Skip to content

Commit f351f2d

Browse files
authored
Update package_builds.sh
1 parent 87f1e5f commit f351f2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/ci/package_builds.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ mkdir -p $OUTPUT_FOLDER
3838
RELEASE="${RELEASE:-latest}"
3939

4040
lastversion=$(date +%Y%m%d)
41-
# if [ -n "$1" ] && [ "$1" != "nightly" ]; then
42-
# lastversion=$1
43-
# fi
41+
if [ -n "$1" ] && [ "$1" != "nightly" ] && [ "$1" != "latest" ]; then
42+
lastversion=$1
43+
fi
4444
echo "##[endgroup]"
4545

4646
echo "##[endgroup]"

0 commit comments

Comments
 (0)