Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # Lines prefixed with a waffle are ignored
  2. # This is used to interpolate docker-compose and supply environment variables to the container
  3. [ ${PC_VERSION} ] || PC_VERSION=9.0.4.274 && export PC_VERSION
  4. [ ${PC_VERSION_MAJOR} ] || PC_VERSION_MAJOR=${PC_VERSION%%.*} && export PC_VERSION_MAJOR
  5. [ ${SBT_DOWNLOAD_URL} ] || SBT_DOWNLOAD_URL=http://tdcgo:8153/go/tab/build/detail/package-sbt-bp-sbtv9/35/Package/1/Package/dist/PC_STND_BP7_HI_04012017_V01_904_1.zip && export SBT_DOWNLOAD_URL
  6. [ ${SBT_DOWNLOAD_USER} ] || SBT_DOWNLOAD_USER=tdc-devs && export SBT_DOWNLOAD_USER
  7. [ ${SBT_DOWNLOAD_PASSWORD} ] || SBT_DOWNLOAD_PASSWORD=password && export SBT_DOWNLOAD_PASSWORD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement