From 2c9efeabf429676df1c561f0933cc6b97e954e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 8 Nov 2022 19:23:35 +0000 Subject: [PATCH] minimise test case to check the mounts --- .woodpecker.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 453433e6..330da1bf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,17 +8,3 @@ pipeline: volumes: - /var/lib/woodpecker/cache/nixstore:/nix/store - push-to-sourcehut: - image: nixpkgs/nix-flakes:latest - pull: true - secrets: [ ssh_public_key ssh_private_key ] - commands: - - mkdir -p ~/.ssh/ - - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519 - - echo "$SSH_PUBLIC_KEY" > ~/.ssh/id_ed25519.pub - - echo "StrictHostKeyChecking=accept-new" >> ~/.ssh/config - - chmod 0400 ~/.ssh/ -R - - ls -hal ~/.ssh/ - - git remote add sourcehut git@git.sr.ht:~cyplo/dotfiles - - git push sourcehut --tags --force-with-lease - - git push sourcehut --all --force-with-lease