From 79c657165ea306be3eaf42d00c04784dff7831c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Fri, 26 Apr 2024 20:16:16 +0200 Subject: [PATCH] test --- .github/workflows/integration-tests-callable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests-callable.yaml b/.github/workflows/integration-tests-callable.yaml index f5104348..4562951e 100644 --- a/.github/workflows/integration-tests-callable.yaml +++ b/.github/workflows/integration-tests-callable.yaml @@ -39,7 +39,7 @@ jobs: - name: Set up whole project using the tested dependency run: | - curl -L "https://raw.githubusercontent.com/ibexa/ci-scripts/main/bin/${{ env.version }}/prepare_project_edition.sh" > prepare_project_edition.sh + curl -L "https://raw.githubusercontent.com/ibexa/ci-scripts/bump-5.0-default-image/bin/${{ env.version }}/prepare_project_edition.sh" > prepare_project_edition.sh chmod +x prepare_project_edition.sh ./prepare_project_edition.sh ${{ env.PROJECT_EDITION }} ${{ env.version }} ${{ env.SETUP }}