Skip to content

Commit

Permalink
Removes cache secrets from CCI config (#483)
Browse files Browse the repository at this point in the history
* Removes cache secrets from CCI config

* Fixes bug in cci config
  • Loading branch information
bretterer authored Aug 8, 2024
1 parent 0f82029 commit 4caa39b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,7 @@ jobs:
workflows:
"Circle CI Tests":
jobs:
- platform-orb/job-secrets-obtain:
name: cache-secrets
secret-key: "GO111MODULE;OKTA_CLIENT_CLIENTID;OKTA_CLIENT_ORGURL;OKTA_CLIENT_PRIVATEKEY;OKTA_CLIENT_TOKEN;OKTA_CCI"
# - test-v2:
# requires:
# - cache-secrets
- test-v4:
requires:
- cache-secrets
- test-v4
# See OKTA-624790
# See OKTA-729389
semgrep:
Expand Down

0 comments on commit 4caa39b

Please sign in to comment.