- Add build notifications back in

- Fix spelling mistake
- Add the sha output as part of the build script
This commit is contained in:
Joseph Schorr 2015-02-03 13:01:42 -05:00
parent 361fb33574
commit 07e85324e9
3 changed files with 31 additions and 3 deletions

View file

@ -1 +1,2 @@
docker build -t quay.io/quay/quay:`git rev-parse --short HEAD` .
docker build -t quay.io/quay/quay:`git rev-parse --short HEAD` .
echo quay.io/quay/quay:`git rev-parse --short HEAD`