Skip to content
Snippets Groups Projects
Verified Commit 0e08b8e5 authored by Varac's avatar Varac
Browse files

Add timestamps to output (#17)

parent 56f7cdd2
No related merge requests found
......@@ -5,3 +5,5 @@
/test/artifacts/
/test/inventory
/test/env/extravars
__pycache__
......@@ -18,13 +18,14 @@ control_image:
bootstrap:
stage: deploy
image: python:3.6-alpine
image: alpine:edge
script:
- apk update
- apk add ansible musl-dev linux-headers gcc py3-psutil openssh-client
- apk add ansible musl-dev linux-headers gcc py3-psutil openssh-client moreutils
- pip3 install ansible-runner requests
- cd test
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p --mode 700 ~/.ssh
- ./ci-bootstrap.py --create_droplet
- date
- python3 -u ./ci-bootstrap.py --create_droplet | ts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment