Skip to content

Commit

Permalink
Move docker-pantheon dir out of distributions so it doesn't get publi…
Browse files Browse the repository at this point in the history
…shed to bintray during a release. (PegaSysEng#1606)
  • Loading branch information
ajsutton authored Jun 26, 2019
1 parent 3506c57 commit 7619823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ distZip {
// simple for use in docker
tasks.register("dockerDistUntar") {
dependsOn distTar
def dockerBuildDir = "build/distributions/docker-pantheon/"
def dockerBuildDir = "build/docker-pantheon/"
def distTarFile = distTar.outputs.files.singleFile
def distTarFileName = distTar.outputs.files.singleFile.name.replace(".tar.gz", "")

Expand All @@ -423,7 +423,7 @@ docker {
dependsOn dockerDistUntar
name "pegasyseng/pantheon-kubernetes:${image_tag}"
dockerfile file('kubernetes/Dockerfile')
files "build/distributions/docker-pantheon/"
files "build/docker-pantheon/"
buildArgs(['BUILD_DATE': buildTime(), 'VERSION': rootProject.version, 'VCS_REF': getCheckedOutGitCommitHash()])
pull true
noCache true
Expand Down

0 comments on commit 7619823

Please sign in to comment.