Skip to content
Snippets Groups Projects
Commit ce642c06 authored by Millicent Billette's avatar Millicent Billette
Browse files

v3.5.0 release 2nd attempt

parent a51152e2
No related branches found
No related tags found
No related merge requests found
Pipeline #17968 failed
...@@ -61,7 +61,7 @@ pages: ...@@ -61,7 +61,7 @@ pages:
image: node:latest image: node:latest
coverage: '/Statements[^0-9]+(\d+\.\d+)%/' coverage: '/Statements[^0-9]+(\d+\.\d+)%/'
variables: variables:
VERSION: "$CI_COMMIT_TAG || 'latest'" VERSION: $CI_COMMIT_TAG || latest
script: script:
- npm run test:production - npm run test:production
- mkdir -p public/dist - mkdir -p public/dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment