File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 35
35
- run :
36
36
name : Test nix environment
37
37
command : test/test-nix-environment.sh
38
+ copy-orb-definition :
39
+ docker :
40
+ - image : cimg/base:current
41
+ steps :
42
+ - run :
43
+ name : ' Create DACH-NY/build orb definition'
44
+ command : cp dist/orb.yml dist/dach-ny-orb.yml
38
45
workflows :
39
46
test-deploy :
40
47
jobs :
@@ -57,6 +64,10 @@ workflows:
57
64
- run :
58
65
name : Write orb version file
59
66
command : echo "${CIRCLE_SHA1}" | tee /home/circleci/orb-version
67
+ - copy-orb-definition :
68
+ filters : *filters
69
+ requires :
70
+ - orb-tools/pack
60
71
- orb-tools/publish :
61
72
orb_name : digital-asset/build
62
73
vcs_type : << pipeline.project.type >>
@@ -67,3 +78,14 @@ workflows:
67
78
- second run
68
79
context : circleci-orb-publish
69
80
filters : *release-filters
81
+ - orb-tools/publish :
82
+ orb_name : dach_ny/build
83
+ orb_file_name : dist/dach-ny-orb.yml
84
+ vcs_type : << pipeline.project.type >>
85
+ pub_type : production
86
+ # Ensure this job requires all test jobs and the pack job.
87
+ requires :
88
+ - copy-orb-definition
89
+ - second run
90
+ context : circleci-orb-publish
91
+ filters : *release-filters
You can’t perform that action at this time.
0 commit comments