Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
build: rename build.sh => test.sh; presubmit jobs runs lint and docs …
Browse files Browse the repository at this point in the history
…properly
  • Loading branch information
jkwlui committed Aug 6, 2018
1 parent abcebab commit 902161b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .kokoro/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/build.sh"
value: "github/nodejs-vision/.kokoro/test.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/continuous/node10/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/build.sh"
value: "github/nodejs-vision/.kokoro/test.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node10/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/build.sh"
value: "github/nodejs-vision/.kokoro/test.sh"
}
4 changes: 4 additions & 0 deletions .kokoro/presubmit/node10/lint.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/lint.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node6/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/build.sh"
value: "github/nodejs-vision/.kokoro/test.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node8/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-vision/.kokoro/build.sh"
value: "github/nodejs-vision/.kokoro/test.sh"
}
File renamed without changes.

0 comments on commit 902161b

Please sign in to comment.