Skip to content

Commit

Permalink
GEODE-6259: Pass SEMVER_PRERELEASE_TOKEN to deploy scripts in Concourse.
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Rhomberg <[email protected]>
Co-authored-by: Jacob Barrett <[email protected]>
  • Loading branch information
PurelyApplied and jake-at-work committed Jan 14, 2019
1 parent fdd924e commit 9f2e0ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/pipelines/meta/jinja.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
PUBLIC_PIPELINES: ((public-pipelines))
GRADLE_GLOBAL_ARGS: ((gradle-global-args))
MAVEN_SNAPSHOT_BUCKET: ((maven-snapshot-bucket))
SEMVER_PRERELEASE_TOKEN: ((semver-prerelease-token))
run:
path: geode-pipeline/ci/pipelines/geode-build/deploy_pipeline.sh
- put: concourse
Expand Down Expand Up @@ -227,6 +228,7 @@ jobs:
SANITIZED_GEODE_FORK: ((sanitized-geode-fork))
GCP_PROJECT: ((gcp-project))
PUBLIC_PIPELINES: ((public-pipelines))
SEMVER_PRERELEASE_TOKEN: ((semver-prerelease-token))
run:
path: geode-examples-pipeline/ci/pipelines/examples/deploy_pipeline.sh
- put: concourse
Expand Down

0 comments on commit 9f2e0ed

Please sign in to comment.