Skip to content

Latest commit

 

History

History
 
 

concourse

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

We are using Concourse to provide a CI and build environment for GPORCA.

Prerequisites:

  • A running Concourse instance
  • The fly cli, installed from Concourse
  • An AWS account with an S3 bucket as a backing store

To deploy the pipeline:

  1. Copy the concourse/vars_example.yml and put in your secret keys associated with the above prerequisites
  2. Run fly --target=<YOURCONCOURSEURL> set-pipeline --pipeline=GPORCA --config=concourse/pipeline.yml --load-vars-from=<YOURSECRETSFROMSTEPONE>