Skip to content

Commit

Permalink
Remove envs
Browse files Browse the repository at this point in the history
  • Loading branch information
koncar committed Mar 16, 2023
1 parent b988fdc commit 1b13ffa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ jobs:
# install bats
sudo apt-get update -yq && sudo apt-get install bats -y
- name: Unit Tests
env:
TEST_ASSET_ETCD: "/tmp/kubebuilder/bin/etcd"
TEST_ASSET_KUBE_APISERVER: "/tmp/kubebuilder/bin/kube-apiserver"
KUBEBUILDER_ASSETS: "/tmp/kubebuilder/bin/"
run: |
TEST_ASSET_ETCD="/tmp/kubebuilder/bin/etcd" \
TEST_ASSET_KUBE_APISERVER="/tmp/kubebuilder/bin/kube-apiserver" \
Expand Down

0 comments on commit 1b13ffa

Please sign in to comment.