Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -131,4 +131,6 @@ test-token-succeeds: project_id_result=$(cat resp.txt | jq .projectId | tr -d '"') assert_eq "$GCP_PROJECT" $project_id_result rules: - if: $CI_SERVER_HOST != "gitlab.com" when: never - if: '$GCP_OIDC_ACCOUNT && $GCP_OIDC_PROVIDER' No newline at end of file Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -131,4 +131,6 @@ test-token-succeeds: project_id_result=$(cat resp.txt | jq .projectId | tr -d '"') assert_eq "$GCP_PROJECT" $project_id_result rules: - if: $CI_SERVER_HOST != "gitlab.com" when: never - if: '$GCP_OIDC_ACCOUNT && $GCP_OIDC_PROVIDER' No newline at end of file