From 3a7da975e1364fb7820db190cc7d7469f15fb02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=B6rster?= Date: Fri, 8 Jul 2016 22:00:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6518344..1e62c81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,6 @@ -git-sync: +job: script: - eval `ssh-agent` - echo "$PUSH_KEY" | ssh-add - - git sync-remote https://github.com/Eragos/dotfiles.git ssh://git@git.eragos.net:10022/eragos/dotfiles.git - - ssh-agent -k - only: - - triggers \ No newline at end of file + - ssh-agent -k \ No newline at end of file