summaryrefslogtreecommitdiff
path: root/app/views/ci/runner/_setup_runner_in_aws.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/runner/_setup_runner_in_aws.html.haml')
-rw-r--r--app/views/ci/runner/_setup_runner_in_aws.html.haml16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/ci/runner/_setup_runner_in_aws.html.haml b/app/views/ci/runner/_setup_runner_in_aws.html.haml
deleted file mode 100644
index 09fa0176da6..00000000000
--- a/app/views/ci/runner/_setup_runner_in_aws.html.haml
+++ /dev/null
@@ -1,16 +0,0 @@
-%h5= _('Use GitLab Runner in AWS')
-
-%p
- = _('Use an AWS CloudFormation Template (CFT) to install and configure GitLab Runner in AWS.')
-
-%ol
- %li
- = _('Copy this registration token.')
- %br
- %code#registration_token{ data: { testid: 'registration_token' } }= registration_token
- = clipboard_button(target: '#registration_token', title: _('Copy token'))
- %li
- = _('Choose the preferred Runner and populate the AWS CFT.')
- = link_to _('Learn more.'), 'https://gitlab.com/guided-explorations/aws/gitlab-runner-autoscaling-aws-asg', target: '_blank', rel: 'noopener noreferrer'
-
-#js-runner-aws-deployments