Fix the action -> command
This commit is contained in:
parent
3e73b9b62f
commit
79f29d43b1
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@
|
|||
action: copy src=$bigfiles/jenkins/android-sdk-with-platform-17.tar.gz dest=/var/android/ owner=jenkins_slave group=jenkins_slave
|
||||
|
||||
- name: extract android SDK
|
||||
action: tar -xvf /var/tmp/android-sdk-with-platform-17.tar.gz
|
||||
command: tar -xvf /var/android/android-sdk-with-platform-17.tar.gz
|
||||
|
||||
- name: delete sdk archive
|
||||
action: file state=absent path=/var/android/android-sdk-with-platform-17.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue