Skip to content

Commit

Permalink
list links before/after
Browse files Browse the repository at this point in the history
  • Loading branch information
kopp committed Jul 10, 2020
1 parent d70dc9d commit 4bb7e9e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions update_repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ then
pacman -S $INPUT_MISSING_PACMAN_DEPENDENCIES
fi

echo workspace
ls /workspace

# add them to the local repository
aur sync \
--noconfirm --noview \
Expand All @@ -31,6 +28,10 @@ then
mv /workspace/* $GITHUB_WORKSPACE/
# make sure that the .db/.files symlinks are in place
cd $GITHUB_WORKSPACE
ln -fs aurci2.db.tar.gz aurci2.db
ln -fs aurci2.files.tar.gz aurci2.files
echo workspace current
ls
ln -vfs aurci2.db.tar.gz aurci2.db
ln -vfs aurci2.files.tar.gz aurci2.files
echo workspace later
ls
fi

0 comments on commit 4bb7e9e

Please sign in to comment.