1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-23 17:07:42 +01:00

password stdin login

This commit is contained in:
Kyle Spearrin 2019-03-08 08:59:44 -05:00
parent f4e1b9be33
commit ef477bed8e

View File

@ -8,7 +8,7 @@ services:
stack: node 10
install:
- sh: npm i -g gulp
- sh: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- sh: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- cmd: choco install cloc --no-progress
- cmd: "cloc --include-lang C#,SQL,Razor,\"Bourne Shell\",PowerShell,HTML,CSS,Sass,JavaScript,TypeScript --vcs git"
before_build: