Skip to content

Commit

Permalink
Add multi-project trigger to ensure SynthDB is compatible with each n…
Browse files Browse the repository at this point in the history
…ew tag
  • Loading branch information
adrien-berchet committed Apr 8, 2022
1 parent cef6978 commit 15ec479
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,17 @@ lint:
auto-prepare-release:
variables:
VERSION_FILE: src/version.py

trigger_synthdb:
stage: release
needs:
- job: tag
optional: true
variables:
PIP_PRE: "true"
SKIP_CHECK_VERSION: "true"
trigger:
project: neuromath/synthdb
strategy: depend
rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE != "schedule"'
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package version."""
VERSION = "0.1.0"
VERSION = "0.1.1.dev0"

0 comments on commit 15ec479

Please sign in to comment.