Skip to content

Commit

Permalink
Download manifests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed May 28, 2024
1 parent 903e76d commit 214bf6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
with:
version: v0.23.0
cluster_name: kind
- name: Run controller tests
run: make test
- name: Run controller e2e tests
Expand Down
4 changes: 0 additions & 4 deletions hack/data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ build() {
rm -rf manifests.tar.gz
}

if ! [ -x "$(command -v flux)" ]; then
fatal 'flux is not installed'
fi

for var in "$@"
do
build "$var"
Expand Down

0 comments on commit 214bf6e

Please sign in to comment.