Compare commits

..

No commits in common. "b636b8ff9634ea5b2b689a901c88117da3ef72bf" and "dd4cdb5cfa90a41a26f019156270e15749544361" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -27,8 +27,6 @@ pkgs.writeShellApplication {
set -x -e -o pipefail
attic login default $PLUGIN_BINARY_CACHE_TOKEN
$PLUGIN_SCRIPT
EOF

View file

@ -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"];
};