Make exec run be detected as WoodpeckerCI (#1218)

and exclude docs/docs/40-cli.md from git as it will be generated by CI
This commit is contained in:
6543
2022-09-27 22:19:39 +02:00
committed by GitHub
parent 7838f84b69
commit a39e8a0f9a
4 changed files with 12 additions and 887 deletions

View File

@@ -107,12 +107,12 @@ var flags = []cli.Flag{
&cli.StringFlag{
EnvVars: []string{"CI_SYSTEM_NAME"},
Name: "system-name",
Value: "pipec",
Value: "woodpecker",
},
&cli.StringFlag{
EnvVars: []string{"CI_SYSTEM_LINK"},
Name: "system-link",
Value: "https://github.com/cncd/pipec",
Value: "https://github.com/woodpecker-ci/woodpecker",
},
&cli.StringFlag{
EnvVars: []string{"CI_REPO_NAME"},