Enable use in GitLab CI
This commit is contained in:
parent
d14917323d
commit
8f2df84d66
2 changed files with 18 additions and 7 deletions
|
@ -16,13 +16,7 @@
|
|||
name = "pad-archiver";
|
||||
tag = "latest";
|
||||
contents = [ pad-archiver ];
|
||||
extraCommands = ''
|
||||
mkdir -p repo
|
||||
'';
|
||||
config = {
|
||||
WorkingDir = "/repo";
|
||||
Entrypoint = [ "${pad-archiver}/bin/pad-archiver" ];
|
||||
};
|
||||
config.Entrypoint = [ "/bin/pad-archiver" ];
|
||||
};
|
||||
};
|
||||
checks = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue