File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414# limitations under the License.
1515
1616# This script ensures that a Cloud Build trigger exists for each non-root
17- # cloudbuild.yaml file. Each is triggered on a push to master for any file
17+ # cloudbuild.yaml file. Each is triggered on a push to main for any file
1818# changed in the directory containing that cloudbuild.yaml file.
1919
2020set -eo pipefail
2828project=$1
2929
3030# change this configuration for testing
31- branch=" master "
31+ branch=" main "
3232repoOwner=" googleapis"
3333repoName=" testing-infra-docker"
3434
Original file line number Diff line number Diff line change 11FROM node:12
22
33# Taken from
4- # https://github.com/GoogleChrome/puppeteer/blob/master /docs/troubleshooting.md#running-puppeteer-in-docker
4+ # https://github.com/GoogleChrome/puppeteer/blob/main /docs/troubleshooting.md#running-puppeteer-in-docker
55
66# See https://crbug.com/795759
77RUN apt-get update && apt-get install -yq libgconf-2-4
You can’t perform that action at this time.
0 commit comments