We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091c062 commit 93072f2Copy full SHA for 93072f2
post-build.sh
@@ -19,7 +19,7 @@ echo ">>>Running post-build.sh"
19
#!/bin/bash
20
21
# Create dist branch if it doesn't exist already
22
-if! git show-ref --verify --quiet refs/heads/dist; then
+if ! git show-ref --verify --quiet refs/heads/dist; then
23
# Create the dist branch if it doesn't exist
24
git branch dist
25
fi
@@ -37,4 +37,4 @@ if [[ -n $(git status --porcelain) ]]; then
37
git push origin dist
38
else
39
echo "No changes to commit"
40
-fi
+fi
0 commit comments