Commit 5deca66a authored by sveneh's avatar sveneh

fixes

parent 58ec49a3
......@@ -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
......
......@@ -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
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