Quiet things down

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2020-01-14 00:47:04 -06:00
parent a92ea9c386
commit 939d2992f1
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ version: 2
- run: - run:
command: | command: |
# setup qemu/variables # setup qemu/variables
docker run --rm --privileged multiarch/qemu-user-static:register --reset docker run --rm --privileged multiarch/qemu-user-static:register --reset > /dev/null
IMAGE="${IMAGE:-$CIRCLE_PROJECT_REPONAME}" IMAGE="${IMAGE:-$CIRCLE_PROJECT_REPONAME}"
HUB_NAMESPACE="${HUB_NAMESPACE:-$CIRCLE_PROJECT_USERNAME}" HUB_NAMESPACE="${HUB_NAMESPACE:-$CIRCLE_PROJECT_USERNAME}"
@ -25,8 +25,8 @@ version: 2
fi fi
# generate and build dockerfile # generate and build dockerfile
pip install --upgrade pip pip install -q --upgrade pip
pip install -r requirements.txt pip install -q -r requirements.txt
./Dockerfile.py --arch=${CIRCLE_JOB} ./Dockerfile.py --arch=${CIRCLE_JOB}
docker images docker images
# run docker build & tests # run docker build & tests