Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit e22cb3e

Browse files
Add release script
1 parent 4b86234 commit e22cb3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/release

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
if ! docker info >/dev/null 2>&1 && [ -x "$(which wrapdocker)" ]; then
4+
wrapdocker
5+
fi
6+
7+
exec $(dirname $0)/../build.sh

0 commit comments

Comments
 (0)