From 5493fd2b85df2e5ddef8054175ca7e99e5b676a3 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Wed, 28 Sep 2022 15:57:19 +1000 Subject: [PATCH] switched arcana dependency to develop branch --- .github/workflows/release.yml | 5 ++++- requirements.txt | 2 +- tests/requirements.txt | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 297f713..24034f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 diff --git a/requirements.txt b/requirements.txt index 408ef0c..e681f38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -arcana>=2.0b0.dev7 \ No newline at end of file +arcana @ git+https://github.com/Australian-Imaging-Service/arcana@develop \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 8d77f09..3bc1137 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1 +1 @@ -arcana[test] @ git+https://github.com/Australian-Imaging-Service/arcana@main +arcana[test] @ git+https://github.com/Australian-Imaging-Service/arcana@develop