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