Skip to content

Commit 0b53001

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent 95860b4 commit 0b53001

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ mkdir -p "/opt/metwork-mfsysmon-${TARGET_DIR}"
2929
mkdir -p buildlogs
3030
export BUILDLOGS=buildlogs
3131

32-
set +x
33-
export TOKEN=${TOKEN}
34-
set -x
35-
3632
make >${BUILDLOGS}/make.log 2>&1 || ( tail -200 ${BUILDLOGS}/make.log ; exit 1 )
3733

3834
OUTPUT=$(git status --short | grep -v buildlogs | grep -v buildcache)

0 commit comments

Comments
 (0)