Created
December 6, 2020 11:35
-
-
Save adikari/d31d4b9e127945d5adcaef3c65f72b96 to your computer and use it in GitHub Desktop.
deploy pipeline configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "$PIPELINE_NAME", | |
"description": "Pipeline for $PIPELINE_NAME deploy", | |
"repository": "$REPOSITORY", | |
"default_branch": "master", | |
"steps": [ | |
{ | |
"type": "script", | |
"name": ":buildkite: $PIPELINE_TYPE", | |
"command": "buildkite-agent pipeline upload $SERVICE/.buildkite/$PIPELINE_TYPE.yml" | |
} | |
], | |
"provider_settings": { | |
"trigger_mode": "none" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment