mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-24 15:07:48 -05:00
remove warning
This commit is contained in:
parent
da60525795
commit
7a138354f4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user