mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-10 01:15:06 +01:00
Not caching the PORTLIBS
This commit is contained in:
parent
49378fb6b4
commit
727d76833f
@ -14,7 +14,6 @@ env:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- "$HOME/.local"
|
- "$HOME/.local"
|
||||||
- "$PORTLIBREPOS"
|
|
||||||
- "$DEVKITPRO"
|
- "$DEVKITPRO"
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
@ -68,8 +67,6 @@ before_deploy:
|
|||||||
- commitMessage="$(echo -e "-\n" && echo "HID to VPAD nightly WUPS build. Not a stable release. Expect bugs!" && echo -e "Commitlog:")"
|
- commitMessage="$(echo -e "-\n" && echo "HID to VPAD nightly WUPS build. Not a stable release. Expect bugs!" && echo -e "Commitlog:")"
|
||||||
- git tag $GIT_TAG -a -m "$commitMessage" -m "$commitLog"
|
- git tag $GIT_TAG -a -m "$commitMessage" -m "$commitLog"
|
||||||
- git push --quiet https://$GITHUBKEY@github.com/Maschell/hid_to_vpad $GIT_TAG > /dev/null 2>&1
|
- git push --quiet https://$GITHUBKEY@github.com/Maschell/hid_to_vpad $GIT_TAG > /dev/null 2>&1
|
||||||
- chmod +x ftpupload.sh
|
|
||||||
- ./ftpupload.sh
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
Loading…
Reference in New Issue
Block a user