We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f3858 commit 1e270fcCopy full SHA for 1e270fc
plugins/make_deb
@@ -285,7 +285,6 @@ EOF
285
fi
286
echo "Done."
287
288
-
289
# Build the package
290
cd "${BUILD_ROOT}"
291
plugins/make_rpm
@@ -253,6 +253,8 @@ EOF
253
if [ -f requirements.sh ]; then
254
./requirements.sh
255
256
+ # version replaced in VERSION file
257
+ echo ${version} > VERSION;
258
if [ -f build.sh ]; then
259
./build.sh
260
else
0 commit comments