Skip to content

Commit

Permalink
remove sshportal fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Nov 14, 2023
1 parent c24587f commit b16d296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Set SSH Portal environment variable
run: |
echo "ENABLE_SSH_PORTAL=${{ matrix.test.sshportal || 'true' }}" >> $GITHUB_ENV
echo "ENABLE_SSH_PORTAL=${{ matrix.test.sshportal }}" >> $GITHUB_ENV
- name: Helm-install the test fixtures and fill lagoon-test/ci/linter-values.yaml
if: |
Expand Down

0 comments on commit b16d296

Please sign in to comment.