File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ function build {
44
44
if [ " $GOOS " == " linux" ] ; then
45
45
echo " Creating Distro full packages"
46
46
cp $buildpath /$target $builddir /gh-ost/usr/bin
47
+ cd $buildpath
47
48
fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m shlomi-noach --description " GitHub's Online Schema Migrations for MySQL " --url " https://github.com/github/gh-ost" --vendor " GitHub" --license " Apache 2.0" -C $builddir /gh-ost --prefix=/ -t rpm .
48
49
fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m shlomi-noach --description " GitHub's Online Schema Migrations for MySQL " --url " https://github.com/github/gh-ost" --vendor " GitHub" --license " Apache 2.0" -C $builddir /gh-ost --prefix=/ -t deb --deb-no-default-config-files .
49
50
fi
You can’t perform that action at this time.
0 commit comments