mirror of
https://github.com/bitwarden/server.git
synced 2025-05-28 06:44:50 -05:00
cleanup
This commit is contained in:
parent
046a158cc4
commit
ff163a2859
@ -1,5 +1,5 @@
|
||||
image:
|
||||
#- Visual Studio 2017
|
||||
- Visual Studio 2017
|
||||
- Ubuntu1804
|
||||
|
||||
services:
|
||||
@ -91,9 +91,7 @@ build_script:
|
||||
rm -rf $STUB_OUTPUT/ca-certificates $STUB_OUTPUT/identity $STUB_OUTPUT/letsencrypt $STUB_OUTPUT/ssl
|
||||
rm $STUB_OUTPUT/env/uid.env
|
||||
cd docker-stub; zip -r ../docker-stub.zip *; cd ..
|
||||
- ps: |
|
||||
ls -lS
|
||||
Push-AppveyorArtifact ./docker-stub.zip
|
||||
- ps: Push-AppveyorArtifact ./docker-stub.zip
|
||||
|
||||
|
||||
after_build:
|
||||
|
@ -20,6 +20,7 @@ namespace Bit.Setup
|
||||
_context.Install.Trusted = true;
|
||||
_context.Install.SelfSignedCert = false;
|
||||
_context.Install.DiffieHellman = false;
|
||||
_context.Install.IdentityCertPassword = "IDENTITY_CERT_PASSWORD";
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user