Skip to content

Commit 29f7d1b

Browse files
committed
WIP
1 parent d074852 commit 29f7d1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/helm-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
run: |
5858
echo "=== Starting eoAPI deployment ==="
5959
export RELEASE_NAME="$RELEASE_NAME"
60-
export NAMESPACE="default"
6160
export PGO_VERSION="${{ env.PGO_VERSION }}"
6261
export GITHUB_SHA="${{ github.sha }}"
6362
./scripts/deploy.sh --ci
@@ -66,7 +65,6 @@ jobs:
6665
run: |
6766
echo "=== Running integration tests ==="
6867
export RELEASE_NAME="$RELEASE_NAME"
69-
export NAMESPACE="default"
7068
./scripts/test.sh integration --debug
7169
7270
- name: Debug failed deployment

0 commit comments

Comments
 (0)