This commit is contained in:
parent
b8d2ab1f15
commit
6a4d6e3813
34
.drone.yml
34
.drone.yml
@ -1,18 +1,18 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
registry: git.jbranan.com
|
registry: git.jbranan.com
|
||||||
dry_run: false
|
dry_run: false
|
||||||
username: jblu
|
username: jblu
|
||||||
password:
|
password:
|
||||||
from_secret: gittea_drone
|
from_secret: gittea_drone
|
||||||
repo: git.jbranan.com/jblu/crane
|
repo: git.jbranan.com/jblu/crane
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
1
crane.py
1
crane.py
@ -10,6 +10,7 @@ import requests
|
|||||||
from tomllib import load
|
from tomllib import load
|
||||||
import os
|
import os
|
||||||
from AppriseClient import apprise_notify
|
from AppriseClient import apprise_notify
|
||||||
|
requests.packages.urllib3.disable_warnings()
|
||||||
|
|
||||||
class Crn:
|
class Crn:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user