mirror of
https://github.com/bitwarden/server
synced 2026-01-05 01:53:17 +00:00
password stdin login
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user