mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Don't reset the APPVEYOR and CI variables
This commit is contained in:
parent
dd5b6a46f5
commit
81a9258de9
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
APPVEYOR=""
|
||||
CI=""
|
||||
APPVEYOR=${APPVEYOR:-}
|
||||
CI=${CI:-}
|
||||
|
||||
VERBOSE=""
|
||||
STRIP=""
|
||||
|
|
Loading…
Reference in a new issue