From f561961235764d29964d18f76545f56c3b5d7839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=B6rster?= Date: Fri, 8 Jul 2016 21:51:18 +0000 Subject: [PATCH 1/4] Add new file --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..6518344 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +git-sync: + 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 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 2/4] 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 From 1e8550293f33b4c9f3ee8e77da9dd1f569c512f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=B6rster?= Date: Fri, 8 Jul 2016 22:01:34 +0000 Subject: [PATCH 3/4] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e62c81..3350c58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,3 @@ 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 \ No newline at end of file + - git sync-remote https://github.com/Eragos/dotfiles.git ssh://git@git.eragos.net:10022/eragos/dotfiles.git \ No newline at end of file From a73728597c172d2a943316e797d487053d372f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=B6rster?= Date: Fri, 8 Jul 2016 22:05:47 +0000 Subject: [PATCH 4/4] Delete .gitlab-ci.yml --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 3350c58..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,3 +0,0 @@ -job: - script: - - git sync-remote https://github.com/Eragos/dotfiles.git ssh://git@git.eragos.net:10022/eragos/dotfiles.git \ No newline at end of file