Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/4.5.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Sep 2, 2020
2 parents 80490f5 + fceaae1 commit 271e410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
remote_user: root
become: true
tasks:
- name: kata --version
- name: /opt/kata/bin/kata-runtime --version
environment:
PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
command: kata --version
command: /opt/kata/bin/kata-runtime --version
register: result
changed_when: result is not succeeded
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
&& mkdir -p /opt/kata
cd /opt/kata
TMP_DIR="$(mktemp -d)" \
&& tar -x -C $TMP_DIR -f {{ kata_download.dest }} --strip-components=1 \
&& cp -rfT $TMP_DIR/kata/* . \
&& tar -x -C $TMP_DIR -f {{ kata_download.dest }} --strip-components=3 \
&& cp -rfT $TMP_DIR/ . \
&& rm -rf $TMP_DIR
args:
executable: "/bin/bash"
Expand Down

0 comments on commit 271e410

Please sign in to comment.