Skip to content
Snippets Groups Projects
Commit ef31d580 authored by Nathan Rodet's avatar Nathan Rodet
Browse files

update

parent c3fb27a7
No related branches found
No related tags found
No related merge requests found
Pipeline #79003 failed
......@@ -31,6 +31,10 @@ sshkey:
stage: prepare
script:
- ssh-keygen -b 2048 -t rsa -f $SSH_KEY_PATH -q -N ""
- ls
- ls /tmp
- echo $SSH_KEY_PATH
- cat $SSH_KEY_PATH
ansible-hosts-file:
stage: prepare
......@@ -38,7 +42,6 @@ ansible-hosts-file:
- chmod +x ${SCRIPTS_ROOT}/build-ansible-hosts.sh
- . ${SCRIPTS_ROOT}/build-ansible-hosts.sh
init:
stage: prepare
script:
......
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