Commit 5deca66a authored by sveneh's avatar sveneh

fixes

parent 58ec49a3
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
name: cppjit name: cppjit
state: build state: build
# command: docker build -t cpp /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cpp # command: docker build -t cpp /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-cpp
async: 3600 async: 1200
poll: 5 poll: 5
- name: update Go client - name: update Go client
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
name: go name: go
state: build state: build
# command: docker build -t go /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go # command: docker build -t go /home/{{ ansible_ssh_user }}/git/ansible/test-files/docker-go
async: 3600 async: 1200
poll: 5 poll: 5
- name: update Python client - name: update Python client
......
...@@ -51,6 +51,4 @@ do ...@@ -51,6 +51,4 @@ do
echo "$TEST" > FailedTest.json echo "$TEST" > FailedTest.json
mv FailedTest.json $(date -d "today" +"%Y%m%d%H%M")CPPJIT.json mv FailedTest.json $(date -d "today" +"%Y%m%d%H%M")CPPJIT.json
fi fi
exit
done 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