Skip to content

Commit

Permalink
testing: Adding second place for centos registry
Browse files Browse the repository at this point in the history
During the previous fix, I overlooked the git pull of the container in
the Makefile. This caused a failure at that point. This PR adds the
second location where this is happening.

Signed-off-by: Vinzenz Feenstra <[email protected]>
  • Loading branch information
vinzenz committed Apr 16, 2021
1 parent b48599b commit 98a881c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ install:
umask 177 && $(PYTHON_VENV) -c "import sqlite3; sqlite3.connect('${LIBDIR}/audit.db').executescript(open('res/audit-layout.sql', 'r').read())"
install-container-test:
docker pull ${CONTAINER}
docker pull registry.centos.org/${CONTAINER}
docker build -t leapp-tests -f res/docker-tests/Dockerfile.$(subst :,,${CONTAINER}) res/docker-tests
install-test:
Expand Down

0 comments on commit 98a881c

Please sign in to comment.