Skip to content

Commit 4caa39b

Browse files
authored
Removes cache secrets from CCI config (#483)
* Removes cache secrets from CCI config * Fixes bug in cci config
1 parent 0f82029 commit 4caa39b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,7 @@ jobs:
3636
workflows:
3737
"Circle CI Tests":
3838
jobs:
39-
- platform-orb/job-secrets-obtain:
40-
name: cache-secrets
41-
secret-key: "GO111MODULE;OKTA_CLIENT_CLIENTID;OKTA_CLIENT_ORGURL;OKTA_CLIENT_PRIVATEKEY;OKTA_CLIENT_TOKEN;OKTA_CCI"
42-
# - test-v2:
43-
# requires:
44-
# - cache-secrets
45-
- test-v4:
46-
requires:
47-
- cache-secrets
39+
- test-v4
4840
# See OKTA-624790
4941
# See OKTA-729389
5042
semgrep:

0 commit comments

Comments
 (0)