From b778d478d82499024a5ba587fd0d0f499fe6fc29 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Mon, 3 Sep 2018 14:02:22 +0200 Subject: [PATCH] Add .drone.yml and delete .gitlab-ci.yml --- .drone.yml | 5 +++++ .gitlab-ci.yml | 20 -------------------- 2 files changed, 5 insertions(+), 20 deletions(-) create mode 100644 .drone.yml delete mode 100644 .gitlab-ci.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6fff082 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,5 @@ +pipeline: + build: + image: aegypius/repoman + commands: + - repoman -x -p diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index f1d8c28..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -stages: - - check - - deploy - -Repoman: - stage: check - script: - - repoman -x -p - -pages: - stage: deploy - only: - - master - script: - - chmod +x .gitlab-pages-generator.sh - - ./.gitlab-pages-generator.sh . .public - - mv .public public - artifacts: - paths: - - public