Skip to content

Commit

Permalink
Make sure alwasy using latest image on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Mao-hsiang Lien committed Nov 22, 2021
1 parent ed47b55 commit 8b6c184
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 @@ -14,7 +14,7 @@ help:
@printf "%s\n" "make help Show help"

test:
docker run --rm \
docker run --rm --pull=always \
-v ${PWD}:/etc/ansible/roles/rolename \
--workdir /etc/ansible/roles/rolename/tests \
flaconi/ansible:${ANSIBLE_VERSION} ./support/run-tests.sh
Expand Down

0 comments on commit 8b6c184

Please sign in to comment.