Skip to content

Commit 027ec6b

Browse files
author
Joe Doss
committed
Add debug message.
1 parent 061aa0b commit 027ec6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/package-upload.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ echo "Package: ${PACKAGE}"
1212
echo "Version: ${VERSION}"
1313
echo "Release: ${RELEASE}"
1414
echo "Location: ${GCLOUD_LOCATION}"
15+
echo "Prerelease: ${IS_PRERELEASE}"
1516

1617
if [[ ${IS_PRERELEASE} == "true" ]]; then
17-
echo "Skipping artifact import; IS_PRERELEASE is 'true'"
18+
echo "Skipping artifact upload; IS_PRERELEASE is 'true'"
1819
exit 0;
1920
fi
2021

0 commit comments

Comments
 (0)