Skip to content

Commit b0b8eea

Browse files
build: default to main branch (#179)
1 parent 13715e8 commit b0b8eea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.kokoro/sync-triggers.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

2020
set -eo pipefail
@@ -28,7 +28,7 @@ fi
2828
project=$1
2929

3030
# change this configuration for testing
31-
branch="master"
31+
branch="main"
3232
repoOwner="googleapis"
3333
repoName="testing-infra-docker"
3434

node/12-puppeteer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM 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
77
RUN apt-get update && apt-get install -yq libgconf-2-4

0 commit comments

Comments
 (0)