Skip to content
Snippets Groups Projects
Commit bbdbcb2d authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Make single deploy stage

parent 72f86ddc
Branches
Tags
1 merge request!58Develop
Pipeline #8719 failed with stages
in 1 minute and 39 seconds
......@@ -8,8 +8,8 @@ before_script:
- mkdir -p ~/.bdbag
stages:
- build_badges
- deploy_badges
- badges
- deploy
- unit
- aggregation
- reference
......@@ -17,7 +17,7 @@ stages:
- consistency
build_badges:
stage: build_badges
stage: badges
before_script:
- chmod +x get-updated-badge-info.sh
script:
......@@ -35,7 +35,7 @@ build_badges:
- badges/developNextflow.svg
pages:
stage: deploy_badges
stage: deploy
dependencies:
- build_badges
script:
......
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