Merge pull request #1483 from kc284/master2

Fixed typo/regression that was introduced in a previous commit.
This commit is contained in:
Mihaela Stoica 2017-03-10 17:20:42 +00:00 committed by GitHub
commit a6f90c98fe

2
Jenkinsfile vendored
View File

@ -174,7 +174,7 @@ node("${params.BUILD_ON_NODE}") {
returnStdout: true,
script: """
@echo off
if defined c (echo 1) else (echo 0)
if defined CTXSIGN (echo 1) else (echo 0)
"""
).trim()