Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
#143: Uset setup_docker.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersand8 committed Sep 13, 2018
1 parent b2aa965 commit 1d50795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- run: sudo apt-get update && sudo apt-get install openjdk-8-jdk && sudo update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
- run: sudo keytool -importkeystore -srckeystore broker/src/functional-test/resources/credhub_client.jks -srcstorepass changeit -destkeystore $(readlink -f /usr/bin/java | sed "s:bin/java::")/lib/security/cacerts -deststorepass changeit
- run: 'if [[ -z "${CIRCLE_PULL_REQUEST}" ]]; then openssl aes-256-cbc -md md5 -pass pass:$ENCRYPTION_PASSWORD -in secring.gpg.enc -out local.secring.gpg -d; fi'
- run: ./docker/setup_shield.sh
- run: ./docker/setup_docker.sh
- run: ./gradlew clean build -x functionalTest
- run: ./circleci-publish.sh
1 change: 1 addition & 0 deletions docker/setup_docker.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -x
mkdir -p vaultstorage s3data minio_config/certs
./generate_cert -ca --host "minio"
mv cert.pem minio_config/certs/public.crt
Expand Down

0 comments on commit 1d50795

Please sign in to comment.