mirror of
https://github.com/bitwarden/server.git
synced 2024-12-25 17:27:45 +01: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")
|
||||
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"
|
||||
}
|
||||
if($isLinux) {
|
||||
|
Loading…
Reference in New Issue
Block a user