Skip to content

Commit 87d9561

Browse files
dimakisanishasthana
authored andcommitted
ci: update release workflow to remove sed edits to instascale testcase deployments
1 parent bba2c57 commit 87d9561

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tag-and-build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ jobs:
9898
sed -i -E "s/(.*MCAD_REF \?= ).*/\1release-\${MCAD_VERSION}/" Makefile
9999
sed -i -E "s/(.*CODEFLARE_SDK_VERSION \?= ).*/\1$CODEFLARE_SDK_VERSION/" Makefile
100100
sed -i -E "s/(.*INSTASCALE_VERSION \?= ).*/\1${{ github.event.inputs.instascale-version }}/" Makefile
101-
sed -i -E "s/(.*instascale-controller:).*/\1${{ github.event.inputs.instascale-version }}/" controllers/testdata/instascale_test_results/case_1/deployment.yaml
102-
sed -i -E "s/(.*instascale-controller:).*/\1${{ github.event.inputs.instascale-version }}/" controllers/testdata/instascale_test_results/case_2/deployment.yaml
103101
104102
- name: Login to Quay.io
105103
uses: redhat-actions/podman-login@v1

0 commit comments

Comments
 (0)