Commit a24b497e authored by Phil Hughes's avatar Phil Hughes

Merge branch 'import-github-scb' into 'master'

Resolve CE/EE diffs in import github

Closes #10497

See merge request gitlab-org/gitlab-ee!13042
parents 47665917 75229611
......@@ -22,9 +22,7 @@
= text_field_tag :personal_access_token, '', class: 'form-control append-right-8', placeholder: _('Personal Access Token'), size: 40
= submit_tag _('List your GitHub repositories'), class: 'btn btn-success'
-# EE-specific start
= hidden_field_tag :ci_cd_only, params[:ci_cd_only]
-# EE-specific end
= render_if_exists 'import/github/ci_cd_only'
- unless github_import_configured?
%hr
......
= hidden_field_tag :ci_cd_only, params[:ci_cd_only]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment