This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
a37427f614
gitlab-org--gitlab-foss
/
spec
/
factories
/
project_auto_devops.rb
8 lines
120 B
Ruby
Raw
Normal View
History
Unescape
Escape
Implement the implied CI/CD config for AutoDevOps Behind an application setting, which defaults to false, this commit implements the implied CI/CD config. Which means that in the case we can't find the `.gitlab-ci.yml` on the commit we want to start a pipeline for, we fall back to an implied configuration. For now the Bash template has been copied to `Auto-Devops.gitlab-ci.yml` so the tests actually work. Fixes #34777
2017-08-24 07:01:33 -04:00
FactoryGirl
.
define
do
factory
:project_auto_devops
do
project
enabled
true
Add tests to cover all introduced changes
2017-09-06 15:00:34 -04:00
domain
"
example.com
"
Implement the implied CI/CD config for AutoDevOps Behind an application setting, which defaults to false, this commit implements the implied CI/CD config. Which means that in the case we can't find the `.gitlab-ci.yml` on the commit we want to start a pipeline for, we fall back to an implied configuration. For now the Bash template has been copied to `Auto-Devops.gitlab-ci.yml` so the tests actually work. Fixes #34777
2017-08-24 07:01:33 -04:00
end
end
Copy permalink