Skip to content

Commit 922dc36

Browse files
committed
Added missing caret (^) compared to documentation
"exclude: ^(master|staging) would skip the step on master or staging, or any branch or tag beginning with master or staging, like master-rebase." https://docs.cloudbees.com/docs/cloudbees-codeship/latest/pro-builds-and-configuration/steps#using-codeship-steps.yml
1 parent c8179d0 commit 922dc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeship-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
type: push
44
image_name: silintl/mysql-backup-restore
55
image_tag: "{{.Branch}}"
6-
exclude: (main|snyk*)
6+
exclude: ^(main|snyk*)
77
registry: https://index.docker.io/v1/
88
encrypted_dockercfg_path: dockercfg.encrypted
99

0 commit comments

Comments
 (0)