Adding instructions for how to build before push.
This commit is contained in:
parent
6f815907a4
commit
1dc5f58da0
1 changed files with 8 additions and 0 deletions
|
@ -186,6 +186,14 @@ rm test/data/test.db
|
||||||
python initdb.py
|
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
|
## Documentation
|
||||||
|
|
||||||
* [Quay Enterprise Documentation](https://tectonic.com/quay-enterprise/docs/latest)
|
* [Quay Enterprise Documentation](https://tectonic.com/quay-enterprise/docs/latest)
|
||||||
|
|
Reference in a new issue