Skip to content

Commit b2ab86c

Browse files
committed
chore(helmbroker): add deprovision log
1 parent ad9bddd commit b2ab86c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

build.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#########################################################################
2+
# File Name: build.sh
3+
# Author: ma6174
4+
# mail: ma6174@163.com
5+
# Created Time: 2023年05月10日 星期三 13时14分57秒
6+
#########################################################################
7+
#!/bin/bash
8+
export CODENAME=bookworm
9+
export DEV_REGISTRY=registry.drycc.cc
10+
make test
11+
#make podman-build
12+
#podman tag registry.drycc.cc/drycc/helmbroker:canary registry.uucin.com/lijianguo/helmbroker:canary
13+
#podman push registry.uucin.com/lijianguo/helmbroker:canary

0 commit comments

Comments
 (0)