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

modified script name in gitlab-ci file

parent b2ff30da
No related branches found
No related tags found
No related merge requests found
Pipeline #78448 failed
......@@ -27,8 +27,8 @@ ssh_key:
stage: prepare
script:
- ssh-keygen -b 2048 -t rsa -f /tmp/sshkey -q -N ""
- chmod +x ${SCRIPTS_ROOT}/ssh-key.sh
- ${SCRIPTS_ROOT}/ssh-key.sh
- chmod +x ${SCRIPTS_ROOT}/build-ansible-hosts.sh
- ${SCRIPTS_ROOT}/build-ansible-hosts.sh
init:
stage: prepare
......
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