Skip to content

Commit

Permalink
: Fixed github flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Apr 17, 2024
1 parent 2215781 commit f233075
Showing 1 changed file with 1 addition and 1 deletion.
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" && ! -z "$GITHUB_WORKFLOW" ]]; 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 f233075

Please sign in to comment.