Compare commits
2 commits
dd4cdb5cfa
...
b636b8ff96
Author | SHA1 | Date | |
---|---|---|---|
b636b8ff96 | |||
b87b07beb1 |
2 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,8 @@ pkgs.writeShellApplication {
|
|||
|
||||
set -x -e -o pipefail
|
||||
|
||||
attic login default $PLUGIN_BINARY_CACHE_TOKEN
|
||||
|
||||
$PLUGIN_SCRIPT
|
||||
EOF
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ in
|
|||
# '';
|
||||
copyToRoot = pkgs.buildEnv {
|
||||
name = "woodpecker-plugin-nix-attic-image-root";
|
||||
paths = [pkgs.gnumake pkgs.attic-client entrypoint];
|
||||
paths = [pkgs.gnumake pkgs.rsync pkgs.attic-client entrypoint];
|
||||
pathsToLink = ["/bin"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue