This commit is contained in:
Marc Beninca 2024-03-23 09:32:19 +01:00
parent 5ee030a3e5
commit a540e0316f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
3 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1 @@
apt-get install 'tree'
tree -a "${GITHUB_WORKSPACE}" tree -a "${GITHUB_WORKSPACE}"

View file

@ -1,5 +1,8 @@
mkdir --parents ~/.ssh apt-get install --yes \
'rsync' \
'tree' \
mkdir --parents ~/.ssh
echo "${CD}" > ~/.ssh/id_ed25519 echo "${CD}" > ~/.ssh/id_ed25519
unset CD unset CD
chmod 400 ~/.ssh/id_ed25519 chmod 400 ~/.ssh/id_ed25519

View file

@ -1,5 +1,3 @@
apt-get install --yes 'rsync'
rsync \ rsync \
--archive \ --archive \
--delete-before \ --delete-before \