File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,25 +40,25 @@ jobs:
40
40
- uses : actions/checkout@v4
41
41
with :
42
42
repository : GoogleCloudPlatform/cloud-samples-tools
43
- ref : v0.1.0
43
+ ref : v0.2.1
44
44
path : cloud-samples-tools
45
45
- name : Create `bin` directory for cloud-samples-tools binaries
46
46
run : mkdir bin
47
47
working-directory : cloud-samples-tools
48
48
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
49
49
with :
50
50
go-version : ${{ env.GO_VERSION }}
51
- - name : Build Ariwete (from cloud-samples-tools)
51
+ - name : Build Custard (from cloud-samples-tools)
52
52
run : go build -o ../bin -v ./...
53
- working-directory : cloud-samples-tools/ariwete
53
+ working-directory : cloud-samples-tools/custard
54
54
- name : Get diffs
55
55
run : git --no-pager diff --name-only HEAD origin/main | tee diffs.txt
56
56
- name : Find Node.js affected packages
57
57
id : nodejs
58
58
run : |
59
- echo "paths=$(./cloud-samples-tools/bin/ariwete affected .github/config/nodejs-dev.jsonc diffs.txt paths.txt)" >> $GITHUB_OUTPUT
59
+ echo "paths=$(./cloud-samples-tools/bin/custard affected .github/config/nodejs-dev.jsonc diffs.txt paths.txt)" >> $GITHUB_OUTPUT
60
60
cat paths.txt
61
- echo "setups=$(./cloud-samples-tools/bin/ariwete setup-files .github/config/nodejs-dev.jsonc paths.txt)" >> $GITHUB_OUTPUT
61
+ echo "setups=$(./cloud-samples-tools/bin/custard setup-files .github/config/nodejs-dev.jsonc paths.txt)" >> $GITHUB_OUTPUT
62
62
63
63
nodejs-test :
64
64
name : Node.js test
Original file line number Diff line number Diff line change @@ -40,25 +40,25 @@ jobs:
40
40
- uses : actions/checkout@v4
41
41
with :
42
42
repository : GoogleCloudPlatform/cloud-samples-tools
43
- ref : v0.1.0
43
+ ref : v0.2.1
44
44
path : cloud-samples-tools
45
45
- name : Create `bin` directory for cloud-samples-tools binaries
46
46
run : mkdir bin
47
47
working-directory : cloud-samples-tools
48
48
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
49
49
with :
50
50
go-version : ${{ env.GO_VERSION }}
51
- - name : Build Ariwete (from cloud-samples-tools)
51
+ - name : Build Custard (from cloud-samples-tools)
52
52
run : go build -o ../bin -v ./...
53
- working-directory : cloud-samples-tools/ariwete
53
+ working-directory : cloud-samples-tools/custard
54
54
- name : Get diffs
55
55
run : git --no-pager diff --name-only HEAD origin/main | tee diffs.txt
56
56
- name : Find Node.js affected packages
57
57
id : nodejs
58
58
run : |
59
- echo "paths=$(./cloud-samples-tools/bin/ariwete affected .github/config/nodejs-prod.jsonc diffs.txt paths.txt)" >> $GITHUB_OUTPUT
59
+ echo "paths=$(./cloud-samples-tools/bin/custard affected .github/config/nodejs-prod.jsonc diffs.txt paths.txt)" >> $GITHUB_OUTPUT
60
60
cat paths.txt
61
- echo "setups=$(./cloud-samples-tools/bin/ariwete setup-files .github/config/nodejs-prod.jsonc paths.txt)" >> $GITHUB_OUTPUT
61
+ echo "setups=$(./cloud-samples-tools/bin/custard setup-files .github/config/nodejs-prod.jsonc paths.txt)" >> $GITHUB_OUTPUT
62
62
63
63
nodejs-lint :
64
64
name : Node.js lint
You can’t perform that action at this time.
0 commit comments