mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-04 13:52:07 +01:00
Fixed typo/regression that was introduced in a previous commit.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
daa4d981b5
commit
cdb8c5eed0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -174,7 +174,7 @@ node("${params.BUILD_ON_NODE}") {
|
|||||||
returnStdout: true,
|
returnStdout: true,
|
||||||
script: """
|
script: """
|
||||||
@echo off
|
@echo off
|
||||||
if defined c (echo 1) else (echo 0)
|
if defined CTXSIGN (echo 1) else (echo 0)
|
||||||
"""
|
"""
|
||||||
).trim()
|
).trim()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user