mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-27 11:54:59 -05:00
remove warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user