Created
December 6, 2020 11:39
-
-
Save adikari/0ff663353f185acacf849a2079fa67a2 to your computer and use it in GitHub Desktop.
create remaining pipelines
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
| # 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