Skip to content

Commit 3151483

Browse files
author
Derrek Young
committed
Build file for releases (and maybe tests... in the future)
1 parent 9fb470a commit 3151483

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
VERSION="v0.7-BETA"
4+
5+
DISTRIBUTABLE_NAME="ssl-cert-utils-"$VERSION".zip"
6+
7+
rm -R ./dist/
8+
mkdir ./dist
9+
zip ./dist/$DISTRIBUTABLE_NAME controller-ssl-certs-util.sh eum-ssl-certs-util.sh

0 commit comments

Comments
 (0)