We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d37bf9 commit 28b5b51Copy full SHA for 28b5b51
2 files changed
.circleci/config.yml
@@ -203,7 +203,6 @@ jobs:
203
cluster-authentication-role-arn: << parameters.cluster-authentication-role-arn >>
204
aws-region: << parameters.region >>
205
install-kubectl: true
206
- aws-profile: assumed-role
207
- queue/until_front_of_line:
208
time: '30'
209
- run:
example.yml
@@ -17,11 +17,3 @@ params:
17
18
# staging database hostname
19
stagingDatabaseHostname: fix_me
20
-
21
22
- # CircleCI config
23
- language: go
24
- assumeRole: false
25
- circleCIPro: false
26
- stagingClusterName: staging
27
- productionClusterName: production
0 commit comments