No description
Find a file
2022-05-21 15:07:34 +02:00
lib move update script to path 2022-05-21 12:33:38 +02:00
.gitlab-ci.yml fixup: .gitlab-ci.yml 2022-04-30 14:28:51 +00:00
Dockerfile fix path and IO redirection 2022-05-21 15:07:34 +02:00
LICENSE fix LICENSE file 2022-05-21 12:25:05 +02:00
README.md Update README.md 2022-04-26 20:35:09 +00:00
update fix path and IO redirection 2022-05-21 15:07:34 +02:00

pad-archiver

Archives the list of URLs provided on the standard input.

update < pads.txt

The CI-config in lib/gitlab-ci.yml can be used in your project by including the following at the top of your project's .gitlab-ci.yml.

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

The project that includes the CI configuration has to provide the environment variable CI_ACCESS_TOKEN. The variable must contain a project access token that can push commits to your project.