Skip to content

Commit

Permalink
test: version portable-ansible-v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ownport committed Dec 11, 2019
1 parent 0f46b6f commit 458008e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/docker/runner/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo "[INFO] Updating apt repo" && \
chmod 600 /root/.ssh/ansible.id_rsa && \
echo "[INFO] Install portable-ansible" && \
mkdir -p /opt/ && \
tar xjf /tmp/target/portable-ansible-v0.4.0-py3.tar.bz2 -C /opt/ && \
tar xjf /tmp/target/portable-ansible-v0.4.1-py3.tar.bz2 -C /opt/ && \
echo "[INFO] Remove apt lists" && \
rm -rf \
/var/lib/apt/lists/* \
Expand Down
2 changes: 1 addition & 1 deletion test/docker/runner/ubuntu/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORTABLE_ANSIBLE_VERSION = "0.4.0"
PORTABLE_ANSIBLE_VERSION = "0.4.1"

build:
@ rm -rf target/ && \
Expand Down

0 comments on commit 458008e

Please sign in to comment.