Skip to content

Commit aca3412

Browse files
authored
chore: remove workaround for major-upgrade E2Es (#91)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 33cb594 commit aca3412

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/reusable-e2e.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ jobs:
148148
149149
- name: Setting up defaults
150150
run: |
151-
# Update pkg/versions/versions.go
152-
sed -i '/DefaultImageName *=/s@".*"@"'"${{ inputs.postgres_img }}"'"@' pkg/versions/versions.go
153-
154151
# Exlude backup/recovery tests
155152
if [ -z "${{ env.FEATURE_TYPE }}" ]; then
156153
echo "FEATURE_TYPE=!backup-restore" >> $GITHUB_ENV

0 commit comments

Comments
 (0)