Skip to content

Instantly share code, notes, and snippets.

@jayunit100
Created November 8, 2017 21:03
Show Gist options
  • Select an option

  • Save jayunit100/a94ad4de820a4121eaa2b0816be386aa to your computer and use it in GitHub Desktop.

Select an option

Save jayunit100/a94ad4de820a4121eaa2b0816be386aa to your computer and use it in GitHub Desktop.
diff --git a/docker/hub-docker/build.gradle b/docker/hub-docker/build.gradle
index 8c12452c83..7b1cd9c2ba 100644
--- a/docker/hub-docker/build.gradle
+++ b/docker/hub-docker/build.gradle
@@ -49,15 +49,16 @@ dockerDistributions{
yamlFiles 'src/main/docker-compose/kubernetes/kubernetes-pre-db.yml.template'
yamlFiles 'src/main/docker-compose/kubernetes/kubernetes-post-db.yml.template'
yamlFiles 'src/main/docker-compose/kubernetes/kubernetes-external-rds.yml.template'
- }
- openshift {
- outputDir = 'openshift'
+ }
+ openshift {
+ outputDir = 'openshift'
scriptFiles = [file("src/main/hub_db_migrate.sh.template"), file("src/main/hub_reportdb_changepassword.sh.template")]
- environmentFiles = []
- yamlFiles 'src/main/docker-compose/openshift/openshift.yml.template'
- }
- }
- }
+ environmentFiles = []
+ yamlFiles 'src/main/docker-compose/openshift/openshift.yml.template'
+ yamlFiles 'src/main/docker-compose/openshift/db.yml.template'
+ }
+ }
+ }
onPrem{
orchestrations{
dockerCompose{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment