remove warning

This commit is contained in:
tooomm
2020-12-03 21:11:55 +01:00
committed by GitHub
parent da60525795
commit 7a138354f4

View File

@@ -9,7 +9,7 @@ function doCompile {
# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
if [[ ! -d $OUTPUT_PATH ]]; then
mkdir "$OUTPUT_PATH"
echo "::warning::Not running from master... doing a build, but skipping deploy!"
echo "Not running from master... doing a build, but skipping deploy!"
# Run our compile script and let user know in logs
doCompile
exit 0