Skip to content
Snippets Groups Projects

Disable bootstrap in pipeline [GONRG-5622]

Merged Mikhail Piatliou (EPAM) requested to merge gcp-fix-bootstrap into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
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
Loading