Skip to content

Commit

Permalink
switched arcana dependency to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 28, 2022
1 parent 1273335 commit 5493fd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Get release tag
run: echo "RELEASE=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV

- name: Unset header
# checkout@v2 adds a header that makes branch protection report errors
# because the Github action bot is not a collaborator on the repo
Expand Down Expand Up @@ -45,5 +48,5 @@ jobs:
- name: Build and push container images
run: |
arcana deploy xnat build ./specs australian-imaging-service --registry ghcr.io --license-dir ./licenses --check-registry --push --raise-errors
arcana deploy xnat build ./specs australian-imaging-service --registry ghcr.io --license-dir ./licenses --check-registry --push --raise-errors --release pipelines-meta:$RELEASE
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
arcana>=2.0b0.dev7
arcana @ git+https://github.com/Australian-Imaging-Service/arcana@develop
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
arcana[test] @ git+https://github.com/Australian-Imaging-Service/arcana@main
arcana[test] @ git+https://github.com/Australian-Imaging-Service/arcana@develop

0 comments on commit 5493fd2

Please sign in to comment.