No description
Find a file
2022-04-30 16:25:51 +02:00
lib fixup x4 2022-04-26 21:35:24 +02:00
.gitlab-ci.yml changed CI config to run docker build inside docker 2022-04-30 16:25:51 +02:00
Dockerfile set entrypoint to /bin/sh 2022-04-26 20:57:46 +02:00
LICENSE add license 2022-04-30 15:47:20 +02:00
README.md Update README.md 2022-04-26 20:35:09 +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 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.