From 651b9cce6ba51143e7661f64c53d8b46d09d64a6 Mon Sep 17 00:00:00 2001 From: Dimitri Saridakis Date: Wed, 20 Sep 2023 15:08:35 +0100 Subject: [PATCH] ci: update release workflow to remove sed edits to instascale testcase deployments --- .github/workflows/tag-and-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tag-and-build.yml b/.github/workflows/tag-and-build.yml index 1a322d704..0e87a9817 100644 --- a/.github/workflows/tag-and-build.yml +++ b/.github/workflows/tag-and-build.yml @@ -98,8 +98,6 @@ jobs: sed -i -E "s/(.*MCAD_REF \?= ).*/\1release-\${MCAD_VERSION}/" Makefile sed -i -E "s/(.*CODEFLARE_SDK_VERSION \?= ).*/\1$CODEFLARE_SDK_VERSION/" Makefile sed -i -E "s/(.*INSTASCALE_VERSION \?= ).*/\1${{ github.event.inputs.instascale-version }}/" Makefile - sed -i -E "s/(.*instascale-controller:).*/\1${{ github.event.inputs.instascale-version }}/" controllers/testdata/instascale_test_results/case_1/deployment.yaml - sed -i -E "s/(.*instascale-controller:).*/\1${{ github.event.inputs.instascale-version }}/" controllers/testdata/instascale_test_results/case_2/deployment.yaml - name: Login to Quay.io uses: redhat-actions/podman-login@v1