Skip to content

Instantly share code, notes, and snippets.

@adikari
Created December 6, 2020 11:39
Show Gist options
  • Select an option

  • Save adikari/0ff663353f185acacf849a2079fa67a2 to your computer and use it in GitHub Desktop.

Select an option

Save adikari/0ff663353f185acacf849a2079fa67a2 to your computer and use it in GitHub Desktop.
create remaining pipelines
# foo service pipelines
./bin/create-pipeline --type pull-request --service foo-service
./bin/create-pipeline --type merge --service foo-service
./bin/create-pipeline --type deploy --service foo-service
# bar service pipelines
./bin/create-pipeline --type pull-request --service bar-service
./bin/create-pipeline --type merge --service bar-service
./bin/create-pipeline --type deploy --service bar-service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment