We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6f84b2 + 2626f9b commit 8d0dcdfCopy full SHA for 8d0dcdf
make-rpm
@@ -19,7 +19,7 @@ VERSION=${OUTPUT[2]%\"}
19
VERSION=${VERSION:0:7}
20
echo $VERSION rpm build begin
21
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
+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
23
24
rm -rf $ROOT
25
0 commit comments