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

fix yml

parent 0edbf0d4
No related branches found
No related tags found
No related merge requests found
......@@ -37,12 +37,12 @@ jobs:
node-version: 16.x
- run: npm i
- run: |
if [[ "$GITHUB_REF" = *hotfix* ]]
then
export BS_REST_URL=https://siibra-api-rc.apps.hbp.eu/v2_0
echo 'export const environment = { "BS_REST_URL": "https://siibra-api-rc.apps.hbp.eu/v2_0" }' > src/environments/environment.common.ts
fi
npm run test-ci
if [[ "$GITHUB_REF" = *hotfix* ]]
then
export BS_REST_URL=https://siibra-api-rc.apps.hbp.eu/v2_0
echo 'export const environment = { "BS_REST_URL": "https://siibra-api-rc.apps.hbp.eu/v2_0" }' > src/environments/environment.common.ts
fi
npm run test-ci
backend:
if: always()
......
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