Sign in
bazel
/
continuous-integration
/
2b475677950bc5e9623116bbf21d155a6b1d4c39
/
.
/
dashboard
/
client
/
build.sh
blob: 19af44b29fbc3286d3c6d33f26dd2f7676f32b2d [
file
]
#!/bin/bash
set
-
euxo pipefail
GIT_REV
=
$
(
git rev
-
parse
--
short HEAD
)
docker build
-
f
Dockerfile
-
t gcr
.
io
/
bazel
-
public
/
dashboard
/
client
:
$GIT_REV
.