Skip to content

Commit 65e36e0

Browse files
committed
chore(stacks): remove envtpl
1 parent 387177b commit 65e36e0

2 files changed

Lines changed: 2 additions & 38 deletions

File tree

scripts/checker.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"type": "github",
5656
"owner": "prometheus-community",
5757
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
58-
},
58+
},
5959
"jmx_exporter": {
6060
"name": "jmx_exporter",
6161
"type": "github",
@@ -68,12 +68,6 @@
6868
"owner": "caddyserver",
6969
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
7070
},
71-
"envtpl": {
72-
"name": "envtpl",
73-
"type": "github",
74-
"owner": "duanhongyi",
75-
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
76-
},
7771
"erlang": {
7872
"name": "otp",
7973
"type": "github",
@@ -469,7 +463,7 @@
469463

470464
def create_github_tag(stack, tag_name):
471465
sha = requests.get(
472-
"https://api.github.com/repos/drycc/stacks/git/trees/main",
466+
"https://api.github.com/repos/drycc/stacks/git/trees/main",
473467
headers=github_headers,
474468
).json()["sha"]
475469
response = requests.post(

stacks/envtpl/build.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)