diff options
Diffstat (limited to '.gcp/cd.yaml')
| -rw-r--r-- | .gcp/cd.yaml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.gcp/cd.yaml b/.gcp/cd.yaml deleted file mode 100644 index f3154efb..00000000 --- a/.gcp/cd.yaml +++ /dev/null @@ -1,24 +0,0 @@ -steps: - # Install dependencies - - name: 'gcr.io/cloud-builders/npm' - args: ['install'] - - # Run prerelease versioning script across workspaces with dynamic version - - name: 'gcr.io/cloud-builders/npm' - entrypoint: 'bash' - args: - - '-c' - - | - npm run prerelease:version --workspaces -- --suffix="$(date +%Y%m%d)-$_SHORT_SHA.$_BUILD_ID" - - # Run prerelease dependency script across workspaces - - name: 'gcr.io/cloud-builders/npm' - args: ['run', 'prerelease:deps', '--workspaces'] - - # Authenticate with our registry - - name: gcr.io/cloud-builders/npm - args: ['run', 'artifactregistry-login'] - - # Publish packages from workspaces with 'dogfood' tag - - name: 'gcr.io/cloud-builders/npm' - args: ['publish', '--tag=head', '--workspaces'] |
