mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
APPVEYOR_RE_BUILD is True
This commit is contained in:
parent
1d4e76ccac
commit
b144605e3e
@ -6,12 +6,15 @@ echo "Rebuild: ${APPVEYOR_RE_BUILD}"
|
||||
|
||||
PROD_DEPLOY=false
|
||||
TAG_NAME=""
|
||||
if [ "${APPVEYOR_REPO_TAG_NAME}" != "" -a "${APPVEYOR_RE_BUILD}" == "true" ]
|
||||
if [ "${APPVEYOR_REPO_TAG_NAME}" != "" -a "${APPVEYOR_RE_BUILD}" == "True" ]
|
||||
then
|
||||
PROD_DEPLOY=true
|
||||
TAG_NAME=${APPVEYOR_REPO_TAG_NAME#"v"}
|
||||
fi
|
||||
|
||||
echo "Prod deploy: ${PROD_DEPLOY}"
|
||||
echo "Tag name: ${TAG_NAME}"
|
||||
|
||||
chmod +x ./build.sh
|
||||
|
||||
#dotnet build --configuration Debug
|
||||
|
Loading…
Reference in New Issue
Block a user