Skip to content

Commit

Permalink
Added missing caret (^) compared to documentation
Browse files Browse the repository at this point in the history
"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
  • Loading branch information
mtompset committed Aug 24, 2022
1 parent c8179d0 commit 922dc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeship-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
type: push
image_name: silintl/mysql-backup-restore
image_tag: "{{.Branch}}"
exclude: (main|snyk*)
exclude: ^(main|snyk*)
registry: https://index.docker.io/v1/
encrypted_dockercfg_path: dockercfg.encrypted

Expand Down

0 comments on commit 922dc36

Please sign in to comment.