1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): turn off PR upload

This commit is contained in:
antony-jr 2019-07-13 22:40:36 +05:30
parent a9a953cf1c
commit 38e8e6927a
No known key found for this signature in database
GPG Key ID: 13089CB6F3D41A27

View File

@ -31,7 +31,7 @@ readonly DEBUG="$1"
# Set this to True to upload the PR version of the # Set this to True to upload the PR version of the
# AppImage to transfer.sh for testing. # AppImage to transfer.sh for testing.
readonly UPLOAD_PR_APPIMAGE="True" readonly UPLOAD_PR_APPIMAGE="False"
# Fail out on error # Fail out on error
set -exo pipefail set -exo pipefail