Skip to content

Commit

Permalink
chore: Remove commit body and PR# from post-processor-changes-txt
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 23, 2021
1 parent 9763f20 commit 0833369
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/owlbot/java/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
entrypoint: '/bin/sh'
args:
- '-c'
- 'git log -1 --format="%s%n%n%b%nSource-Link: https://github.com/googleapis/synthtool/commit/%H" > post-processor-changes.txt'
- 'git log -1 --format="%s%n%nSource-Link: https://github.com/googleapis/synthtool/commit/%H" | sed -e "s/([^()]*)//g" > post-processor-changes.txt'
# Build the docker image.
- name: "gcr.io/cloud-builders/docker"
args: [ "build",
Expand Down
2 changes: 1 addition & 1 deletion docker/owlbot/java/cloudbuild_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
entrypoint: '/bin/sh'
args:
- '-c'
- 'git log -1 --format="%s%n%n%b%nSource-Link: https://github.com/googleapis/synthtool/commit/%H" > post-processor-changes.txt'
- 'git log -1 --format="%s%n%nSource-Link: https://github.com/googleapis/synthtool/commit/%H" | sed -e "s/([^()]*)//g" > post-processor-changes.txt'
# Build the docker image.
- name: "gcr.io/cloud-builders/docker"
args: [ "build",
Expand Down
2 changes: 1 addition & 1 deletion docker/owlbot/nodejs/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
entrypoint: '/bin/sh'
args:
- '-c'
- 'git log -1 --format="%s%n%n%b%nSource-Link: https://github.com/googleapis/synthtool/commit/%H" > post-processor-changes.txt'
- 'git log -1 --format="%s%n%nSource-Link: https://github.com/googleapis/synthtool/commit/%H" | sed -e "s/([^()]*)//g" > post-processor-changes.txt'
# Build the docker image.
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build',
Expand Down
2 changes: 1 addition & 1 deletion docker/owlbot/python/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
entrypoint: '/bin/sh'
args:
- '-c'
- 'git log -1 --format="%s%n%n%b%nSource-Link: https://github.com/googleapis/synthtool/commit/%H" > post-processor-changes.txt'
- 'git log -1 --format="%s%n%nSource-Link: https://github.com/googleapis/synthtool/commit/%H" | sed -e "s/([^()]*)//g" > post-processor-changes.txt'
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build',
'-t', 'gcr.io/$PROJECT_ID/owlbot-python:$SHORT_SHA',
Expand Down

0 comments on commit 0833369

Please sign in to comment.