This commit is contained in:
sveneh 2015-01-25 23:15:41 +01:00
parent 58ec49a34d
commit 5deca66a7d
2 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@
name: cppjit
state: build
# command: docker build -t cpp /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cpp
async: 3600
async: 1200
poll: 5
- name: update Go client
@ -14,7 +14,7 @@
name: go
state: build
# command: docker build -t go /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go
async: 3600
async: 1200
poll: 5
- name: update Python client

View File

@ -51,6 +51,4 @@ do
echo "$TEST" > FailedTest.json
mv FailedTest.json $(date -d "today" +"%Y%m%d%H%M")CPPJIT.json
fi
exit
done