Skip to content

Commit

Permalink
Merge pull request #455 from Ensembl/lcampbell/docker_ps
Browse files Browse the repository at this point in the history
Adding CICD trigger to allow non versioned release genomio container builds
  • Loading branch information
ens-LCampbell authored Nov 20, 2024
2 parents a09787c + 64dde9e commit edfd263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicd/gitlab/dot.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ include:
rules:
- if: '$CI_COMMIT_TAG =~ /v[0-9]+\.[0-9]+\.[0-9]+$/'
when: always
- if: '$CI_COMMIT_TAG =~ /GenomioDockerRebuild_v[0-9]+\.[0-9]+\.[0-9]+[a-z]$/'
when: always


# External pipelines
Expand Down

0 comments on commit edfd263

Please sign in to comment.