Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Viz Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetaboHUB
web-components
Viz Core
Commits
b8381ed8
Commit
b8381ed8
authored
1 month ago
by
Jean-Clement Gallardo
Browse files
Options
Downloads
Patches
Plain Diff
Remove auto-update from gitlab-ci
parent
905f40c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-10
1 addition, 10 deletions
.gitlab-ci.yml
with
1 addition
and
10 deletions
.gitlab-ci.yml
+
1
−
10
View file @
b8381ed8
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment