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

fix parseEnv

parent 8143d8fa
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ jobs:
if [[ "$GITHUB_REF" = *hotfix* ]] || [[ "$GITHUB_REF" = refs/heads/staging ]]
then
export SIIBRA_API_ENDPOINTS=https://siibra-api-rc.apps.hbp.eu/v2_0
node src/environments/parseEnv.js ./environment.common.ts
node src/environments/parseEnv.js ./environment.ts
fi
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