Skip to content
Snippets Groups Projects
Commit 95a43d3a authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

mkdir will not fail

parent 123715fa
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ stages:
- deploy
before_script:
- mkdir ~/.ssh
- mkdir -p ~/.ssh
- eval $(ssh-agent -s)
### Jobs ###
......
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