Test run
This commit is contained in:
@@ -128,13 +128,13 @@ ${pkgs.wget}/bin/wget \
|
|||||||
git clone * src
|
git clone * src
|
||||||
${pkgs.tree}/bin/tree
|
${pkgs.tree}/bin/tree
|
||||||
cd src
|
cd src
|
||||||
sops -i -d secrets/config.nix
|
${pkgs.sops}/bin/sops -i -d secrets/config.nix
|
||||||
export flake="$tmp/src/deploy"
|
export flake="$tmp/src/deploy"
|
||||||
# ${pkgs.runtimeShell} ./secrets/deploy.sh
|
${pkgs.runtimeShell} ./secrets/deploy.sh
|
||||||
popd
|
popd
|
||||||
rm -rf $tmp
|
rm -rf $tmp
|
||||||
echo Listing $tmp
|
echo Listing $tmp
|
||||||
ls $tmp
|
ls $tmp && false || true
|
||||||
DOC
|
DOC
|
||||||
chmod +x $out
|
chmod +x $out
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user