- Add a small build script

- Take in the build worker branch name from config
- Add additional logging (to be removed after we figure out the problem)
This commit is contained in:
Joseph Schorr 2015-02-03 12:48:41 -05:00
parent 772d5d0772
commit 361fb33574
4 changed files with 5 additions and 1 deletions

1
build.sh Executable file
View file

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