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 77b4b1a commit f32d922Copy full SHA for f32d922
deploy/filter-exec.sh
@@ -14,8 +14,8 @@ if [[ "${REPO_NAME}" != "OpenSmalltalk/opensmalltalk-vm" ]]; then
14
fi
15
16
if [[ "${BRANCH_NAME}" != "Cog" ]] && [[ -z "${TAG_NAME}" ]]; then
17
- echo "Skipping a deployment with the script provider because this branch is not permitted"
18
- exit
+ echo "Skipping a deployment with the script provider because this branch is not permitted"
+ exit
19
20
21
`dirname $0`/$1
0 commit comments