Google Cloud Storage
Steps to Configure GCS Artifacts
Prerequisites
gcloud info
Enable GCS Artifact Settings:
# Same as in Prerequisites section above SERVICE_ACCOUNT_DEST=~/.gcp/gcs-artifacts-account.json ARTIFACT_ACCOUNT_NAME=my-gcs-artifact-accounthal config features edit --artifacts truehal config artifact gcs account add $ARTIFACT_ACCOUNT_NAME \ --json-path $SERVICE_ACCOUNT_DESThal config artifact gcs enable
Last updated