Commit 4276576f authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: disable success test on non gitlab instance

parent da68917e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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