Compare commits
No commits in common. "b636b8ff9634ea5b2b689a901c88117da3ef72bf" and "dd4cdb5cfa90a41a26f019156270e15749544361" have entirely different histories.
b636b8ff96
...
dd4cdb5cfa
2 changed files with 1 additions and 3 deletions
|
@ -27,8 +27,6 @@ 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.rsync pkgs.attic-client entrypoint];
|
||||
paths = [pkgs.gnumake pkgs.attic-client entrypoint];
|
||||
pathsToLink = ["/bin"];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue