Skip to content

Commit a15028c

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent 1e5e53f commit a15028c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,14 @@ if test -d doc; then make doc >${BUILDLOGS}/make_doc.log 2>&1 || ( tail -200 ${B
4747
rm -Rf html_doc
4848
if test -d /opt/metwork-mfext-${TARGET_DIR}/html_doc; then cp -Rf /opt/metwork-mfext-${TARGET_DIR}/html_doc . ; fi
4949
make test >${BUILDLOGS}/make_test.log 2>&1 || ( tail -200 ${BUILDLOGS}/make_test.log ; exit 1 )
50+
51+
make clean >/dev/null
52+
5053
make RELEASE_BUILD=${GITHUB_RUN_NUMBER} rpm >${BUILDLOGS}/make_rpm.log 2>&1 || ( tail -200 ${BUILDLOGS}/make_rpm.log ; exit 1 )
5154

5255
mkdir rpms
5356
mv /opt/metwork-mfext-${TARGET_DIR}/*.rpm rpms
5457

5558

5659

57-
make clean
58-
5960
echo "bypass=false" >> github_output

0 commit comments

Comments
 (0)