1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-12 08:23:48 +02:00
woodpecker/server/shared
Michael 2477d2e57f
Support .yaml as file-ending for workflow config too (#1388)
This implements #1073, adds .yaml to the accepted endings for woodpecker configs.

This currently adds some more lines to the duplication (tried to compensate by fixing the other duplication in the configFetcher) as the CLI and Server are still separate.
2022-11-03 19:12:40 +01:00
..
configFetcher_test.go Support .yaml as file-ending for workflow config too (#1388) 2022-11-03 19:12:40 +01:00
configFetcher.go Support .yaml as file-ending for workflow config too (#1388) 2022-11-03 19:12:40 +01:00
pipelineStatus_test.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
pipelineStatus.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
stepBuilder_test.go Support .yaml as file-ending for workflow config too (#1388) 2022-11-03 19:12:40 +01:00
stepBuilder.go Support .yaml as file-ending for workflow config too (#1388) 2022-11-03 19:12:40 +01:00
stepStatus_test.go Renamed procs/jobs to steps in code (#1331) 2022-10-28 17:38:53 +02:00
stepStatus.go Renamed procs/jobs to steps in code (#1331) 2022-10-28 17:38:53 +02:00
userSyncer.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00