Skip to content
Snippets Groups Projects
Commit a15b314b authored by Xiao Gui's avatar Xiao Gui
Browse files

fix rc endpoints

parent 3de1cf6c
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ jobs: ...@@ -39,7 +39,7 @@ jobs:
- run: | - run: |
if [[ "$GITHUB_REF" = *hotfix* ]] || [[ "$GITHUB_REF" = refs/heads/staging ]] if [[ "$GITHUB_REF" = *hotfix* ]] || [[ "$GITHUB_REF" = refs/heads/staging ]]
then then
export SIIBRA_API_ENDPOINTS=https://siibra-api-rc.apps.hbp.eu/v2_0 export SIIBRA_API_ENDPOINTS=https://siibra-api-rc.apps.hbp.eu/v2_0,https://siibra-api-rc.apps.jsc.hbp.eu/v2_0
node src/environments/parseEnv.js ./environment.ts node src/environments/parseEnv.js ./environment.ts
fi fi
npm run test-ci npm run test-ci
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment