Skip to content

Commit

Permalink
Update cloudbuild_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Sep 21, 2023
1 parent d4347c8 commit 4a8d86d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/owlbot/nodejs/cloudbuild_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ steps:
sed -i "s/([^()]*)$//g" post-processor-changes.txt &&
sed -i "s/^\(feat\|fix\)/chore/g" post-processor-changes.txt &&
sed -i "s/\!:/:/g" post-processor-changes.txt
# Copy any package.json to mimic the container running in a clone of a given repo
- name: 'gcr.io/cloud-builders/git'
entrypoint: '/bin/sh'
args:
- '-c'
- |
curl -LJO https://raw.githubusercontent.com/googleapis/nodejs-bigtable/main/package.json
# Build the docker image.
- name: 'gcr.io/cloud-builders/docker'
id: 'build'
Expand Down

0 comments on commit 4a8d86d

Please sign in to comment.