Sign in
bazel
/
continuous-integration
/
de5ab841b71c3b36cbd61912774c6afad3845793
/
.
/
dashboard
/
client
/
build.sh
blob: 19af44b29fbc3286d3c6d33f26dd2f7676f32b2d [
file
] [
log
] [
blame
]
#!/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
.