diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-08-30 20:39:23 +0200 |
---|---|---|
committer | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-08-31 22:25:26 +0200 |
commit | 770bcf71bb85c9eff13f4eb14cbd517986da9056 (patch) | |
tree | 05c0ea7b0463485a025f063da660379c5d34330f /lib | |
parent | 6ed490401f49a8941dc7a9e3757ec4012f14ef0b (diff) | |
download | gitlab-ce-770bcf71bb85c9eff13f4eb14cbd517986da9056.tar.gz |
Form for setting project auto devops settings
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/import_export/import_export.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index 78795dd3d92..d164a9adb2d 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -50,6 +50,7 @@ project_tree: - :push_event_payload - :stages - :statuses + - :project_auto_devops - :triggers - :pipeline_schedules - :services @@ -141,4 +142,4 @@ methods: events: - :action push_event_payload: - - :action
\ No newline at end of file + - :action |