Sign in
bazel
/
continuous-integration
/
fab99709d5f9e991e58dcaa1675b2263df07b836
/
.
/
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
.