Skip to content

Commit 78d74a9

Browse files
committed
trigger build
1 parent 8fe5c8e commit 78d74a9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

acmesh/acme_delegate

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
#!/bin/bash
22

3-
echo '__________________________ acme.sh environments __________________________'
3+
echo '__________________________ acme_delegate initialize __________________________'
44
export HOME=/root
55
export DEBUG=3
66
cd /root
77
export
88

9+
echo '__________________________ acme.sh environments __________________________'
910
dosk_dnsapi="$1"
1011
dosk_action="$2"
1112
dosk_fulldomain="$3"
1213
dosk_txtvalue="$4"
14+
dosk_lasterror=""
1315

1416
echo '__________________________ acme.sh delegate __________________________'
1517
source /root/.acme.sh/acme.sh --info
1618
source /root/.acme.sh/dnsapi/${dosk_dnsapi}.sh
1719
${dosk_dnsapi}_${dosk_action} "$dosk_fulldomain" "$dosk_txtvalue"
20+
retval=$?
21+
1822
echo '__________________________ acme.sh finish __________________________'
23+
echo "ACME_RETVAL_${retval}_ACME_RETVAL"

charts/cert-manager-webhook-acmesh/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: 1.2.0
33
description: cert-manager webhook solver for acmesh
44
name: cert-manager-webhook-acmesh
5-
version: 1.3.0
5+
version: 1.3.4
66
type: application
77
maintainers:
88
- name: springhack

0 commit comments

Comments
 (0)