1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

fix yaml validation

This commit is contained in:
Kyle Spearrin 2019-03-08 12:26:19 -05:00
parent 19dcc7054c
commit d09a00c3be

View File

@ -19,11 +19,12 @@ build_script:
- sh: chmod +x ./build.sh
- sh: ./build.sh
- sh: ./build.sh tag dev
- sh: [ "${APPVEYOR_REPO_TAG_NAME}" != "" ] && echo "TAG IS SET"
#- sh: [ "${APPVEYOR_REPO_TAG_NAME}" != "" ] && ./build.sh tag ${APPVEYOR_REPO_TAG_NAME#"v"}
- sh: '[[ "${APPVEYOR_REPO_TAG_NAME}" != "" ]] && echo "TAG IS SET"'
- sh: '[[ $APPVEYOR_FORCED_BUILD ]] && echo "FORCED BUILD"'
#- sh: '[[ "${APPVEYOR_REPO_TAG_NAME}" != "" && $APPVEYOR_FORCED_BUILD ]] && ./build.sh tag ${APPVEYOR_REPO_TAG_NAME#"v"}'
- sh: docker images
- sh: ./build.sh push dev
#- sh: [ "${APPVEYOR_REPO_TAG_NAME}" != "" ] && ./build.sh push latest && ./build.sh push ${APPVEYOR_REPO_TAG_NAME#"v"}
#- sh: '[[ "${APPVEYOR_REPO_TAG_NAME}" != "" && $APPVEYOR_FORCED_BUILD ]] && ./build.sh push latest && ./build.sh push ${APPVEYOR_REPO_TAG_NAME#"v"}'
- cmd: msbuild bitwarden-server.sln /p:Configuration=Debug /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
after_build:
- sh: docker logout