Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgenuchten committed Sep 27, 2024
2 parents 1742197 + f53cefb commit 4b97bca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tag:
- semantic-release
when: on_success
only:
- isric2
- dev
except:
refs:
- tags
Expand Down Expand Up @@ -53,6 +53,7 @@ build:
Link-check-dev:
image: harbor.containers.wurnet.nl/proxy-cache/library/python:3.10.8-slim-buster
stage: run-harvest
timeout: 4 hours
script:
- export POSTGRES_HOST=$POSTGRES_HOST_TEST
- export POSTGRES_PORT=$POSTGRES_PORT_TEST
Expand All @@ -65,11 +66,12 @@ Link-check-dev:
rules:
- if: $PROJECT != "LINKCHECK"
when: never
- if: $CI_COMMIT_BRANCH == "isric2"
- if: $CI_COMMIT_BRANCH == "dev"

Link-check-prod:
image: harbor.containers.wurnet.nl/proxy-cache/library/python:3.10.8-slim-buster
stage: run-harvest
timeout: 4 hours
script:
- export POSTGRES_HOST=$POSTGRES_HOST_TEST
- export POSTGRES_PORT=$POSTGRES_PORT_TEST
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins:
- "@semantic-release/gitlab"
branches: ['isric2']
branches: ['dev']
ci: true
debug: true
dryRun: false
Expand Down

0 comments on commit 4b97bca

Please sign in to comment.