aboutsummaryrefslogtreecommitdiff
path: root/all.bash
diff options
context:
space:
mode:
authorRob Findley <rfindley@google.com>2020-07-08 22:41:24 -0400
committerRobert Findley <rfindley@google.com>2020-07-09 12:11:21 +0000
commitea15bff89b2fdf2cbe1b992decf20cfbb53388ff (patch)
tree5f7dd52475513ad04543ab1fdc6a103c01541a5f /all.bash
parenta59b4ce778c465c6feb8d805ca5aa47c61b8105e (diff)
downloadgo-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-xall.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.bash b/all.bash
index ebe990dc..04e0438b 100755
--- a/all.bash
+++ b/all.bash
@@ -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