1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-02 16:20:23 +00:00

Don't reset the APPVEYOR and CI variables

This commit is contained in:
Alexander "Ace" Olofsson 2016-08-28 21:48:00 +02:00
parent dd5b6a46f5
commit 81a9258de9

View File

@ -2,8 +2,8 @@
set -euo pipefail set -euo pipefail
APPVEYOR="" APPVEYOR=${APPVEYOR:-}
CI="" CI=${CI:-}
VERBOSE="" VERBOSE=""
STRIP="" STRIP=""