summaryrefslogblamecommitdiff
path: root/user/gitlab-runner/disable-crap.patch
blob: aab6a98b1728ef03733f3a56ae8eb7c7ff937a6a (plain) (tree)
1
2
3
4
5
6
7

                                                                           

                                                                     

                                                 
                                                           











                                                                        
                                                                               

                                                      
--- gitlab-runner-v12.1.0/main.go	2019-07-19 12:13:32.000000000 +0000
+++ gitlab-runner-v12.1.0/main.go	2020-03-04 22:28:31.741878923 +0000
@@ -12,19 +12,11 @@ import (
 	cli_helpers "gitlab.com/gitlab-org/gitlab-runner/helpers/cli"
 	"gitlab.com/gitlab-org/gitlab-runner/log"
 
-	_ "gitlab.com/gitlab-org/gitlab-runner/cache/azure"
-	_ "gitlab.com/gitlab-org/gitlab-runner/cache/gcs"
-	_ "gitlab.com/gitlab-org/gitlab-runner/cache/s3"
 	_ "gitlab.com/gitlab-org/gitlab-runner/commands"
 	_ "gitlab.com/gitlab-org/gitlab-runner/commands/helpers"
 	_ "gitlab.com/gitlab-org/gitlab-runner/executors/custom"
-	_ "gitlab.com/gitlab-org/gitlab-runner/executors/docker"
-	_ "gitlab.com/gitlab-org/gitlab-runner/executors/docker/machine"
-	_ "gitlab.com/gitlab-org/gitlab-runner/executors/kubernetes"
-	_ "gitlab.com/gitlab-org/gitlab-runner/executors/parallels"
 	_ "gitlab.com/gitlab-org/gitlab-runner/executors/shell"
 	_ "gitlab.com/gitlab-org/gitlab-runner/executors/ssh"
-	_ "gitlab.com/gitlab-org/gitlab-runner/executors/virtualbox"
 	_ "gitlab.com/gitlab-org/gitlab-runner/helpers/secrets/resolvers/vault"
 	_ "gitlab.com/gitlab-org/gitlab-runner/shells"
 )