From 08907860f84279e87868b989d2d1b26ff9a50006 Mon Sep 17 00:00:00 2001 From: Alzpetka Date: Mon, 1 Jul 2024 15:06:53 +0200 Subject: [PATCH] rdm12 --- .github/workflows/build.yaml | 4 ++-- .github/workflows/manual.yaml | 4 ++-- .github/workflows/push.yaml | 7 +------ run-tests.sh | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1d5edf8..160e66d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,9 +4,9 @@ on: workflow_call: inputs: oarepo: - description: OARepo version (11, 12, ...) + description: OARepo version (12, ...) required: true - default: 11 + default: 12 type: string env: diff --git a/.github/workflows/manual.yaml b/.github/workflows/manual.yaml index e05df2c..168e6f6 100644 --- a/.github/workflows/manual.yaml +++ b/.github/workflows/manual.yaml @@ -4,9 +4,9 @@ on: workflow_dispatch: inputs: oarepo: - description: OARepo version (11, 12, ...) + description: OARepo version (12, ...) required: true - default: 11 + default: 12 jobs: build: diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5431749..cb59860 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -7,11 +7,6 @@ permissions: contents: read jobs: - build11: - uses: ./.github/workflows/build.yaml - with: - oarepo: 11 - build12: uses: ./.github/workflows/build.yaml with: @@ -19,7 +14,7 @@ jobs: publish: runs-on: ubuntu-latest - needs: build11 + needs: build12 steps: - name: Use built artifacts uses: actions/download-artifact@v3 diff --git a/run-tests.sh b/run-tests.sh index 3ccc274..e10f770 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -2,7 +2,7 @@ set -e -OAREPO_VERSION=${OAREPO_VERSION:-11} +OAREPO_VERSION=${OAREPO_VERSION:-12} BUILDER_VENV=".venv-builder" if test -d $BUILDER_VENV ; then