1
This commit is contained in:
parent
b0fb26d613
commit
7917d03af0
10
scripts/publish_php/boundle2.sh
Executable file
10
scripts/publish_php/boundle2.sh
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
|
||||||
|
dir_name=`basename $PWD`
|
||||||
|
package_name=${dir_name}.tar.gz
|
||||||
|
#echo $tag_name
|
||||||
|
#echo $dir_name
|
||||||
|
#echo $package_name
|
||||||
|
|
||||||
|
tar --exclude=*.git -chzf target/${package_name} webapp config reload.sh restart.sh
|
Loading…
x
Reference in New Issue
Block a user