This commit is contained in:
Stephan 2021-10-19 16:02:16 +02:00
parent 796c3370ca
commit c4b36f3e20
2 changed files with 2 additions and 1 deletions

View File

@ -29,9 +29,11 @@ jobs:
run: | run: |
if ! [ -L bang ]; then if ! [ -L bang ]; then
ln -s duh bang ln -s duh bang
ls -l
git add bang git add bang
git config --global user.email "stephan@REDACTED.com" git config --global user.email "stephan@REDACTED.com"
git config --global user.name "Stephan" git config --global user.name "Stephan"
git config --global core.symlinks "true"
git commit -m "created symlink" git commit -m "created symlink"
fi fi

View File

@ -1 +0,0 @@
duh