Skip to content

Commit

Permalink
fix(clinvcf): 🐛 using bio-info team ci runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielAbdou committed Jul 12, 2023
1 parent c75ff26 commit 521840f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test:
- nimble build -y
- nimble test
tags:
- docker-executor
- bioinfo

artefact_build:
image: registry.gitlab.seq.one/devops/dockerfiles/nim-builder:1.6.14
Expand All @@ -40,7 +40,7 @@ artefact_build:
paths:
- clinvcf
tags:
- docker-executor
- bioinfo
only:
- tags

Expand All @@ -57,6 +57,8 @@ delivery_dev:
DOCKER_BUILD_ARGS: --build-arg VERSION=$CI_COMMIT_REF_NAME
--build-arg PRIVATE_CI_ACCESS_TOKEN=$PRIVATE_CI_ACCESS_TOKEN
when: on_success
tags:
- bioinfo

####################
# DEPLOY Staging
Expand Down

0 comments on commit 521840f

Please sign in to comment.