Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit ab65193

Browse files
authored
Merge pull request #15 from googlecodelabs/cloud-build
chore: migrate to Google Cloud Build
2 parents dbb3c39 + b377572 commit ab65193

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# Copyright 2016, Google LLC
1+
# Copyright 2021 Google LLC
2+
#
23
# Licensed under the Apache License, Version 2.0 (the "License");
34
# you may not use this file except in compliance with the License.
45
# You may obtain a copy of the License at
56
#
6-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# https://www.apache.org/licenses/LICENSE-2.0
78
#
89
# Unless required by applicable law or agreed to in writing, software
910
# distributed under the License is distributed on an "AS IS" BASIS,
1011
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1112
# See the License for the specific language governing permissions and
1213
# limitations under the License.
1314

14-
sudo: false
15-
language: node_js
16-
node_js:
17-
- "12"
18-
19-
branches:
20-
only:
21-
- master
15+
steps:
16+
- name: node
17+
entrypoint: npm
18+
args: ['install']
19+
- name: node
20+
entrypoint: npm
21+
args: ['test']

0 commit comments

Comments
 (0)