Skip to content

Commit

Permalink
: Fixed github variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Apr 17, 2024
1 parent 9d1b255 commit 2215781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install Helm unit test plugin
- name: Create kind cluster and install passbolt chart
run: bash spec/fixtures/create-cluster-with-passbolt.sh

- name: Run helm tests
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/create-cluster-with-passbolt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function installNginxIngress {
}

function installPassboltChart {
if [[ ! -z "$GITLAB_CI" ]]; then
if [[ ! -z "$GITLAB_CI" && ! -z "$GITHUB_WORKFLOW" ]]; then
"$HELM_BINARY" repo add bitnami https://charts.bitnami.com/bitnami
"$HELM_BINARY" repo add passbolt-library https://download.passbolt.com/charts/passbolt-library
"$HELM_BINARY" dependency build
Expand Down

0 comments on commit 2215781

Please sign in to comment.