Thanks to visit codestin.com
Credit goes to github.com

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

Commit 6930634

Browse files
authored
build: rename build.sh => test.sh; presubmit jobs runs lint and docs properly (#158)
* build: rename build.sh => test.sh; presubmit jobs runs lint and docs properly * build: use node8 for lint and docs job * trigger re-build
1 parent abcebab commit 6930634

11 files changed

Lines changed: 9 additions & 5 deletions

File tree

.kokoro/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ env_vars: {
2323
}
2424
env_vars: {
2525
key: "TRAMPOLINE_BUILD_FILE"
26-
value: "github/nodejs-vision/.kokoro/build.sh"
26+
value: "github/nodejs-vision/.kokoro/test.sh"
2727
}

.kokoro/continuous/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ env_vars: {
2323
}
2424
env_vars: {
2525
key: "TRAMPOLINE_BUILD_FILE"
26-
value: "github/nodejs-vision/.kokoro/build.sh"
26+
value: "github/nodejs-vision/.kokoro/test.sh"
2727
}

.kokoro/presubmit/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ env_vars: {
2323
}
2424
env_vars: {
2525
key: "TRAMPOLINE_BUILD_FILE"
26-
value: "github/nodejs-vision/.kokoro/build.sh"
26+
value: "github/nodejs-vision/.kokoro/test.sh"
2727
}

.kokoro/presubmit/node10/lint.cfg

Whitespace-only changes.

.kokoro/presubmit/node6/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ env_vars: {
2323
}
2424
env_vars: {
2525
key: "TRAMPOLINE_BUILD_FILE"
26-
value: "github/nodejs-vision/.kokoro/build.sh"
26+
value: "github/nodejs-vision/.kokoro/test.sh"
2727
}

.kokoro/presubmit/node8/common.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ env_vars: {
2323
}
2424
env_vars: {
2525
key: "TRAMPOLINE_BUILD_FILE"
26-
value: "github/nodejs-vision/.kokoro/build.sh"
26+
value: "github/nodejs-vision/.kokoro/test.sh"
2727
}

.kokoro/presubmit/node8/lint.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
env_vars: {
2+
key: "TRAMPOLINE_BUILD_FILE"
3+
value: "github/nodejs-vision/.kokoro/lint.sh"
4+
}

0 commit comments

Comments
 (0)