Skip to content

Commit

Permalink
Hide colon from colonophobic YAML parser
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed May 18, 2021
1 parent 63f6b20 commit 1a7dbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ local-build-test-job:
- git clone https://github.com/vgteam/sequenceTubeMap.git
- cd sequenceTubeMap
# Tube map expects local IPv6 but Kubernetes won't let us have it
- sed -i 's/^}$/,"serverBindAddress": "127.0.0.1"}/' src/config.json
- "sed -i 's/^}$/,\"serverBindAddress\": "127.0.0.1"}/' src/config.json"
- npm install
- CI=true npm run test
variables:
Expand Down

0 comments on commit 1a7dbf5

Please sign in to comment.