No description
Find a file
2022-04-26 22:07:19 +02:00
lib fixup x4 2022-04-26 21:35:24 +02:00
.gitlab-ci.yml add missing before_script for docker login 2022-04-26 20:48:19 +02:00
Dockerfile set entrypoint to /bin/sh 2022-04-26 20:57:46 +02:00
README.md add additional check for empty pad 2022-04-26 22:02:00 +02:00
update fixup the fixup the 2022-04-26 22:07:19 +02:00

pad-archiver

Archives your pad. Use in your project that contains pads.txt, containing a list of URLs (one per line) with .gitlab-ci.yml like so:

include:
  - project: 'fginfo/pad-archiver'
    file: 'lib/gitlab-ci.yml'

The project including the CI configuration has to provide the variable CI_ACCESS_TOKEN. It must contain a project access token that can push to the repo.