disabled warning
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
jblu 2023-06-11 14:44:27 -05:00
parent b8d2ab1f15
commit 6a4d6e3813
2 changed files with 18 additions and 17 deletions

View File

@ -1,18 +1,18 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jbranan.com
dry_run: false
username: jblu
password:
from_secret: gittea_drone
repo: git.jbranan.com/jblu/crane
tags:
- latest
when:
branch:
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: git.jbranan.com
dry_run: false
username: jblu
password:
from_secret: gittea_drone
repo: git.jbranan.com/jblu/crane
tags:
- latest
when:
branch:
- main

View File

@ -10,6 +10,7 @@ import requests
from tomllib import load
import os
from AppriseClient import apprise_notify
requests.packages.urllib3.disable_warnings()
class Crn:
def __init__(self):