diff options
| author | Julie Qiu <julie@golang.org> | 2021-07-13 17:49:20 -0400 |
|---|---|---|
| committer | Julie Qiu <julie@golang.org> | 2021-07-14 13:37:09 +0000 |
| commit | 309b7c0966701bfdbfd2e4597465e8c175ff2b7e (patch) | |
| tree | 3b323edb5c88213ee14c229b9b9207e627974e7b /devtools/nodejs.sh | |
| parent | 91f7a1a6ab6658151affa92e172474996f119dbb (diff) | |
| download | go-x-pkgsite-309b7c0966701bfdbfd2e4597465e8c175ff2b7e.tar.xz | |
devtools/docker: rename docker-compose.yaml to compose.yaml
The "docker-" is removed from docker-compose.yaml to remove unnecessary
repetition.
Change-Id: I9a4bfcb7dcb52281f49d2c67361454d900ce38c5
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/334449
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'devtools/nodejs.sh')
| -rwxr-xr-x | devtools/nodejs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/nodejs.sh b/devtools/nodejs.sh index 0795eab5..2e5f4443 100755 --- a/devtools/nodejs.sh +++ b/devtools/nodejs.sh @@ -10,4 +10,4 @@ set -e # It passes env variables for e2e tests, # mounts the pwd into a volume in the container at /pkgsite, # and sets the working directory in the container to /pkgsite. -docker-compose -f devtools/docker/docker-compose.yaml run nodejs $@ +docker-compose -f devtools/docker/compose.yaml run nodejs $@ |
