We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d074852 commit 29f7d1bCopy full SHA for 29f7d1b
.github/workflows/helm-tests.yml
@@ -57,7 +57,6 @@ jobs:
57
run: |
58
echo "=== Starting eoAPI deployment ==="
59
export RELEASE_NAME="$RELEASE_NAME"
60
- export NAMESPACE="default"
61
export PGO_VERSION="${{ env.PGO_VERSION }}"
62
export GITHUB_SHA="${{ github.sha }}"
63
./scripts/deploy.sh --ci
@@ -66,7 +65,6 @@ jobs:
66
65
67
echo "=== Running integration tests ==="
68
69
70
./scripts/test.sh integration --debug
71
72
- name: Debug failed deployment
0 commit comments