Skip to content

Release 2020-11-5 - Auth0 hotfix and Change URL for Apollo #5167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 5, 2020
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ workflows:
filters:
branches:
only:
- develop-auth0-sync
- develop
- auth0-hotfix-v3
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"supertest": "^3.1.0",
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3",
"tc-ui": "^1.0.12",
"topcoder-react-lib": "1.1.0",
"topcoder-react-lib": "1.1.1",
"topcoder-react-ui-kit": "2.0.1",
"topcoder-react-utils": "0.7.8",
"turndown": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions src/shared/routes/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ function Routes({ communityId }) {
<Route
render={() => (
<ContentfulRoute
baseUrl="/apollo"
baseUrl="/wipro-apollo"
id="4Ie8cLj2OvuFqbU46HBGQM"
/>
)}
path="/apollo"
path="/wipro-apollo"
/>
<Topcoder />
</Switch>
Expand Down