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 20052ec commit 2f81aeaCopy full SHA for 2f81aea
.circleci/config.yml
@@ -128,7 +128,7 @@ workflows:
128
- build-dev
129
filters:
130
branches:
131
- only: ['dev']
+ only: ['dev', 'feature/RS256-IdToken-backcompatibility']
132
133
- deployTest01:
134
context : org-global
package.json
@@ -149,7 +149,7 @@
149
"redux-thunk": "^2.1.0",
150
"remarkable": "^1.7.1",
151
"svg-react-loader": "^0.4.5",
152
- "tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#0.0.11",
+ "tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#dev",
153
"tc-ui": "git+https://github.com/appirio-tech/tc-ui.git#feature/connectv2",
154
"tlds": "^1.191.0",
155
"topcoder-react-utils": "0.0.39",
0 commit comments