Skip to content

Commit

Permalink
Revert "include postgres image in kotsadm airgap bundle (#1686)"
Browse files Browse the repository at this point in the history
This reverts commit ad74b82.
  • Loading branch information
divolgin committed Mar 30, 2021
1 parent f9e3c4c commit 5d3540b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/kotsadm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ jobs:

build_airgap:
runs-on: ubuntu-18.04
needs: [release_go_api_tagged, release_operator_tagged, build_minio_tagged, build_postgres_tagged]
needs: [release_go_api_tagged, release_operator_tagged, build_minio_tagged]
steps:
- name: Get the version
if: startsWith(github.ref, 'refs/tags/')
Expand Down Expand Up @@ -804,13 +804,6 @@ jobs:
name: kotsadm-minio-image
path: ./docker-archive

- name: Download kotsadm-postgres image
if: ${{ steps.get_tag.outputs.GIT_TAG != '' }}
uses: actions/download-artifact@v2.0.8
with:
name: kotsadm-postgres-image
path: ./docker-archive

- name: Get Release
if: ${{ steps.get_tag.outputs.GIT_TAG != '' }}
id: get_release
Expand Down

0 comments on commit 5d3540b

Please sign in to comment.