Skip to content

Commit 8d0dcdf

Browse files
committed
Merge branch 'master' of gitlab.ricebook.net:platform/core
2 parents b6f84b2 + 2626f9b commit 8d0dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-rpm

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VERSION=${OUTPUT[2]%\"}
1919
VERSION=${VERSION:0:7}
2020
echo $VERSION rpm build begin
2121

22-
fpm -f -s dir -t rpm -n eru-core --epoch 0 -v $VERSION --iteration 1.el7 -C $ROOT -p $CI_PROJECT_DIR --verbose --category 'Development/App' --description 'docker eru core' --url 'http://github.com/projecteru/eru-core' --license 'BSD' --no-rpm-sign usr etc
22+
fpm -f -s dir -t rpm -n eru-core --epoch 0 -v $VERSION --iteration 1.el7 -C $ROOT -p $PWD --verbose --category 'Development/App' --description 'docker eru core' --url 'http://github.com/projecteru/eru-core' --license 'BSD' --no-rpm-sign usr etc
2323

2424
rm -rf $ROOT
2525

0 commit comments

Comments
 (0)