Skip to content

Commit bdf6ee9

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent 532ad7f commit bdf6ee9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ if test -d doc; then make doc >${BUILDLOGS}/make_doc.log 2>&1 || ( tail -200 ${B
6262
rm -Rf html_doc
6363
if test -d /opt/metwork-mfext-${TARGET_DIR}/html_doc; then cp -Rf /opt/metwork-mfext-${TARGET_DIR}/html_doc . ; fi
6464
make test >${BUILDLOGS}/make_test.log 2>&1 || ( tail -200 ${BUILDLOGS}/make_test.log ; exit 1 )
65+
66+
make clean >/dev/null
67+
6568
make RELEASE_BUILD=${GITHUB_RUN_NUMBER} rpm >${BUILDLOGS}/make_rpm.log 2>&1 || ( tail -200 ${BUILDLOGS}/make_rpm.log ; exit 1 )
6669

6770
mkdir rpms
@@ -77,6 +80,4 @@ chmod 664 ${hash_file}
7780
echo "buildcache=${hash_file}" >> github_output
7881

7982

80-
make clean
81-
8283
echo "bypass=false" >> github_output

0 commit comments

Comments
 (0)