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 f5d6be6 commit d51e339Copy full SHA for d51e339
.circleci/config.yml
@@ -117,14 +117,24 @@ workflows:
117
context:
118
- AWS__PHXDEVOPS__circle-ci-test
119
- GITHUB__PAT__gruntwork-ci
120
- - build-and-deploy:
+ - build:
121
requires:
122
- test
123
filters:
124
tags:
125
only: /^v.*/
126
- branches:
+ context:
127
+ - AWS__PHXDEVOPS__circle-ci-test
128
+ - GITHUB__PAT__gruntwork-ci
129
+ - deploy:
130
+ requires:
131
+ - build
132
+ filters:
133
+ tags:
134
+ only: /^v.*/
135
+ branches:
136
ignore: /.*/
137
138
139
140
+ - APPLE__OSX__code-signing
0 commit comments