diff --git a/devops/gcp/pipeline/override-stages.yml b/devops/gcp/pipeline/override-stages.yml index 8eb34c3a11bc5dc598e1cb9243493d3eda4a8d8b..c91b7c869853ded4b423c158120fa9ff2760733e 100644 --- a/devops/gcp/pipeline/override-stages.yml +++ b/devops/gcp/pipeline/override-stages.yml @@ -1,9 +1,9 @@ variables: OSDU_GCP_SERVICE: legal OSDU_GCP_VENDOR: gcp - OSDU_GCP_ENABLE_BOOTSTRAP: "true" + # FIXME: bootstrap is disabled by default, should be changed to "true" after all requirements are collected + OSDU_GCP_ENABLE_BOOTSTRAP: "false" osdu-gcp-anthos-test: variables: OSDU_GCP_VENDOR: anthos -