mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
moar debug!
This commit is contained in:
parent
5699e16056
commit
c6fe0f432f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ do
|
||||||
|
|
||||||
# NOTE: We need to have our public and private keys in `~/.ssh/aur.pub` & `~/.ssh/aur` respectively
|
# NOTE: We need to have our public and private keys in `~/.ssh/aur.pub` & `~/.ssh/aur` respectively
|
||||||
# TODO: Don't just directly try to cd into `lune` in the future
|
# TODO: Don't just directly try to cd into `lune` in the future
|
||||||
git clone $ssh_url && cd lune
|
git clone $ssh_url && pwd && cd lune
|
||||||
|
|
||||||
log "*" "Building, testing and pushing changes to AUR"
|
log "*" "Building, testing and pushing changes to AUR"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue