From 275aa4fad6a2ba46f5dd717e92acc08b742b4de4 Mon Sep 17 00:00:00 2001
From: Recolic <git@me.recolic.net>
Date: Sat, 23 Mar 2024 17:55:59 -0700
Subject: [PATCH] .cleanup

---
 dustbin/gen_ci.py | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100755 dustbin/gen_ci.py

diff --git a/dustbin/gen_ci.py b/dustbin/gen_ci.py
deleted file mode 100755
index 1a6341f..0000000
--- a/dustbin/gen_ci.py
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/python3
-
-ops = [ 'rproxy', 'drive', 'ss-tw', 'ss-us1', 'ss-us5', 'ss-us6', 'ovpn-tw', 'www', 'mail', 'tm', 'git', 'zhixiang', 'mc', 'push-httpdb-agent', 'ddns-wuhan', 'ddns-us', 'dl' ]
-allow_fail = [ 'mc', 'push-httpdb-agent' ]
-
-
-print('''image: recolic/rserver-monitor
-
-stages:
-  - test
-''')
-for op in ops:
-    print('{}:\n  stage: test\n  only: \n    - schedules\n  script: "/do.bash {}"'.format(op, op))
-    if op in allow_fail:
-        print('  allow_failure: true')
-    print()
-
-- 
GitLab