mirror of
https://github.com/bitwarden/server.git
synced 2025-01-26 22:31:30 +01:00
test
This commit is contained in:
parent
ef477bed8e
commit
51e9ba96cb
@ -1,5 +1,5 @@
|
|||||||
image:
|
image:
|
||||||
- Visual Studio 2017
|
#- Visual Studio 2017
|
||||||
- Ubuntu1804
|
- Ubuntu1804
|
||||||
environment:
|
environment:
|
||||||
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
||||||
@ -8,6 +8,7 @@ services:
|
|||||||
stack: node 10
|
stack: node 10
|
||||||
install:
|
install:
|
||||||
- sh: npm i -g gulp
|
- sh: npm i -g gulp
|
||||||
|
- sh: echo "$TEST_VAR"
|
||||||
- sh: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
- sh: echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||||
- cmd: choco install cloc --no-progress
|
- cmd: choco install cloc --no-progress
|
||||||
- cmd: "cloc --include-lang C#,SQL,Razor,\"Bourne Shell\",PowerShell,HTML,CSS,Sass,JavaScript,TypeScript --vcs git"
|
- cmd: "cloc --include-lang C#,SQL,Razor,\"Bourne Shell\",PowerShell,HTML,CSS,Sass,JavaScript,TypeScript --vcs git"
|
||||||
|
Loading…
Reference in New Issue
Block a user