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 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

View File

@ -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):