From 1dc5f58da054f26bea38980888bf199fbe43f09d Mon Sep 17 00:00:00 2001 From: Charlton Austin Date: Wed, 26 Oct 2016 11:26:54 -0400 Subject: [PATCH] Adding instructions for how to build before push. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 52f533cb3..a8419882a 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,14 @@ rm test/data/test.db python initdb.py ``` + +### How to run a build with tests for a push or merge +``` +# Inside the quay directory. +export QUAY_TAG=quay.io/quay/quay:localtest +docker build -t $QUAY_TAG --build-arg RUN_TESTS=true . +``` + ## Documentation * [Quay Enterprise Documentation](https://tectonic.com/quay-enterprise/docs/latest)