Not caching the PORTLIBS

This commit is contained in:
Maschell 2018-06-23 22:44:41 +02:00
parent 49378fb6b4
commit 727d76833f

View File

@ -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