Skip to content
Snippets Groups Projects
Commit ff09dd08 authored by Peter Walter's avatar Peter Walter
Browse files

use only docker runners

parent 4bcfc14b
No related branches found
Tags v1.3.0-beta.4
No related merge requests found
......@@ -18,6 +18,8 @@ variables:
#setup ssh keys
.deploy_setup: &deploy_setup
tags:
- docker
before_script:
- mkdir ~/.ssh
- echo -e "${SSH_KEY}" >> ~/.ssh/${SSH_USER} && chmod 400 ~/.ssh/${SSH_USER}
......
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