diff --git a/app/assets/javascripts/ci/runner/components/registration/registration_instructions.vue b/app/assets/javascripts/ci/runner/components/registration/registration_instructions.vue index d9d997d7f008ac94858f43440252bbb20c3655f0..a88c0046a9dc4e18760334292438c9461665f82c 100644 --- a/app/assets/javascripts/ci/runner/components/registration/registration_instructions.vue +++ b/app/assets/javascripts/ci/runner/components/registration/registration_instructions.vue @@ -143,13 +143,8 @@ export default { isRunnerOnline() { return this.runner?.status === STATUS_ONLINE; }, - showGoogleCloudPlatformOption() { - return this.glFeatures?.googleCloudSupportFeatureFlag; - }, showGoogleCloudRegistration() { - return ( - this.glFeatures?.googleCloudSupportFeatureFlag && this.platform === GOOGLE_CLOUD_PLATFORM - ); + return this.platform === GOOGLE_CLOUD_PLATFORM; }, }, watch: { @@ -196,7 +191,7 @@ export default { {{ s__('Runners|Platform') }} -