Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-05Add yaml lintKamil TrzciƄski
This commit adds CI job that validates all `*.yml` with `yamllint`. This commit fixes all offenses present in repository.
2019-05-17Edit comments in CI templateEvan Read
2019-04-26Update .NET Core YAML templatePiotr Wosiek
Improve indent for cache paths
2019-04-25Update .NET Core YAML template - improve indentPiotr Wosiek
Improve indent and remove empty lines
2019-03-22Update .NET Core YAML template - improve cachingPiotr Wosiek
Revise logic of dependency caching, add cache key, make before script global.
2019-03-20Update .NET Core YAML template - add cachePiotr Wosiek
Update the template showing how to cache restored dependencies, add few variables, reduce before_script part, add and improve descriptions.
2019-03-13Make the testing section more genericPiotr Wosiek
2019-03-13Remove the diagram of project directories structurePiotr Wosiek
2019-03-13Improve note about building not .NET Core based projectsPiotr Wosiek
2019-02-27Add .NET Core YAML templatePiotr Wosiek