diff options
| author | Rob Findley <rfindley@google.com> | 2020-07-08 22:41:24 -0400 |
|---|---|---|
| committer | Robert Findley <rfindley@google.com> | 2020-07-09 12:11:21 +0000 |
| commit | ea15bff89b2fdf2cbe1b992decf20cfbb53388ff (patch) | |
| tree | 5f7dd52475513ad04543ab1fdc6a103c01541a5f /all.bash | |
| parent | a59b4ce778c465c6feb8d805ca5aa47c61b8105e (diff) | |
| download | go-x-pkgsite-ea15bff89b2fdf2cbe1b992decf20cfbb53388ff.tar.xz | |
devtools: add a script for running pure docker CI
For simplicity, add a new script that runs all.bash CI using Docker
only. This will facilitate hooking into Kokoro (a Google internal CI
runner).
Change-Id: I2faa6190e6ecc35a2b2dc9151f173dc07f80d9b5
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/241603
Reviewed-by: Julie Qiu <julie@golang.org>
Diffstat (limited to 'all.bash')
| -rwxr-xr-x | all.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,6 @@ standard_linters() { check_misspell check_unparam check_script_hashes - run_prettier } usage() { @@ -168,6 +167,7 @@ main() { ;; "") standard_linters + run_prettier runcmd go mod tidy runcmd env GO_DISCOVERY_TESTDB=true go test ./... # To test internal/secrets, set GO_DISCOVERY_SECRETS_BUCKET and GO_DISCOVERY_KMS_KEY_NAME |
