Skip to content

Commit

Permalink
Merge pull request #235 from CircleCI-Public/add-pack-job-to-test-dep…
Browse files Browse the repository at this point in the history
…loy-example

Update test deploy example with orb-tools/pack
  • Loading branch information
bjohnso5 authored Mar 26, 2024
2 parents 82040cb + b259e20 commit 845e65b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/examples/step2_test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,17 @@ usage:
filters:
tags:
only: /.*/
- orb-tools/pack:
filters:
tags:
only: /.*/
# Because our publishing job has a tag filter, we must also apply a filter to each job it depends on.
- orb-tools/publish:
orb_name: <namespace>/<my-orb>
pub_type: production
vcs_type: <<pipeline.project.type>>
requires:
- orb-tools/pack
- command-tests
- <my-orb>/my_job
context: [orb-publishing-context]
Expand Down

0 comments on commit 845e65b

Please sign in to comment.