mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
revamping the build scripts (#1620)
This commit is contained in:
@@ -13,10 +13,3 @@ echo "Clean"
|
||||
dotnet clean "$DIR/Icons.csproj" -c "Release" -o "$DIR/obj/build-output/publish"
|
||||
echo "Publish"
|
||||
dotnet publish "$DIR/Icons.csproj" -c "Release" -o "$DIR/obj/build-output/publish"
|
||||
|
||||
if [ "$1" != "nodocker" ]
|
||||
then
|
||||
echo -e "\nBuilding docker image"
|
||||
docker --version
|
||||
docker build -t bitwarden/icons "$DIR/."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user