mirror of
https://github.com/bitwarden/server.git
synced 2025-04-20 04:28:13 -05:00
not equal
This commit is contained in:
parent
5d3f274a71
commit
ce36b95df5
@ -28,7 +28,7 @@ install:
|
|||||||
$env:TAG_NAME = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
|
$env:TAG_NAME = $env:APPVEYOR_REPO_TAG_NAME.TrimStart("v")
|
||||||
echo "This is a production deployment for ${env:TAG_NAME}."
|
echo "This is a production deployment for ${env:TAG_NAME}."
|
||||||
}
|
}
|
||||||
if("${env:DOCKER_USERNAME}" != "" -and "${env:DOCKER_PASSWORD}" != "") {
|
if("${env:DOCKER_USERNAME}" -ne "" -and "${env:DOCKER_PASSWORD}" -ne "") {
|
||||||
$env:PUSH_DOCKER = "true"
|
$env:PUSH_DOCKER = "true"
|
||||||
}
|
}
|
||||||
if($isLinux) {
|
if($isLinux) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user