Skip to content

Commit

Permalink
Tweaking builds more...
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Nov 19, 2023
1 parent 739f801 commit a0f397d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .builds/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ tasks:
set +x
. ~/.buildsecrets
set -x
if [ "$GIT_REF" == "refs/heads/publish" ] then
if [ "$GIT_REF" == "refs/heads/publish" ]
then
echo "publish?"
else
echo "No publish, push is to $GIT_REF"
Expand Down

0 comments on commit a0f397d

Please sign in to comment.