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