Skip to content
Snippets Groups Projects
Commit b8381ed8 authored by Jean-Clement Gallardo's avatar Jean-Clement Gallardo
Browse files

Remove auto-update from gitlab-ci

parent 905f40c0
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,4 @@ test:
before_script:
- npm install
script:
- npm run test:unit
update_viz4:
stage: .post
image: alpine:latest
only:
- tags
script:
- apk add --no-cache curl
- curl --request POST --form token=$TRIGGER_TOKEN --form ref=master --form variables[PROJECT_NAME]="\@metabohub/viz-core" $VIZ4_URL
\ No newline at end of file
- npm run test:unit
\ No newline at end of file
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