Commit 22041345 authored by nanahira's avatar nanahira

seq

parent 3ba7a111
......@@ -121,15 +121,15 @@
make:
chdir: '{{home_path}}/ygopro/build'
target: config=release
- name: strip ygopro
shell: strip bin/release/ygopro
args:
chdir: '{{home_path}}/ygopro'
- name: link ygopro
file:
state: link
src: '{{home_path}}/ygopro/bin/release/ygopro'
dest: '{{home_path}}/ygopro/ygopro'
- name: strip ygopro
shell: strip ygopro
args:
chdir: '{{home_path}}/ygopro'
- name: windbot
git:
repo: 'https://github.com/{{fork}}/windbot'
......
......@@ -60,7 +60,7 @@
chdir: ‘{{home_path}}/ygopro-new/build’
target: config=release
- name: strip ygopro
shell: strip ygopro
shell: strip bin/release/ygopro
args:
chdir: ’{{home_path}}/ygopro-new‘
- name: remove same backup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment