1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

Uppercase Bitwarden

This commit is contained in:
Kyle Spearrin
2018-02-27 14:16:19 -05:00
parent e9d0f76795
commit 555e478ec3
36 changed files with 78 additions and 78 deletions

View File

@ -9,7 +9,7 @@ if [ $# -gt 1 -a "$1" == "push" ]
then
TAG=$2
echo "Pushing bitwarden ($TAG)"
echo "Pushing Bitwarden ($TAG)"
echo "========================"
docker push bitwarden/api:$TAG
@ -24,7 +24,7 @@ elif [ $# -gt 1 -a "$1" == "tag" ]
then
TAG=$2
echo "Tagging bitwarden as '$TAG'"
echo "Tagging Bitwarden as '$TAG'"
docker tag bitwarden/api bitwarden/api:$TAG
docker tag bitwarden/identity bitwarden/identity:$TAG
@ -35,7 +35,7 @@ then
docker tag bitwarden/mssql bitwarden/mssql:$TAG
docker tag bitwarden/setup bitwarden/setup:$TAG
else
echo "Building bitwarden"
echo "Building Bitwarden"
echo "=================="
chmod u+x $DIR/src/Api/build.sh