No description
Find a file
2022-04-26 20:33:11 +00: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 Update README.md 2022-04-26 20:33:11 +00:00
update fixup the fixup the 2022-04-26 22:07:19 +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 including the CI configuration has to provide the variable CI_ACCESS_TOKEN. The variable must contain a project access token that can push to commits to your project.