Skip to content

Commit ca5ddf2

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent d8708b6 commit ca5ddf2

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
@@ -34,10 +34,6 @@ mkdir -p "/opt/metwork-mfext-${TARGET_DIR}"
3434
mkdir -p buildlogs
3535
export BUILDLOGS=buildlogs
3636

37-
set +x
38-
export TOKEN=${TOKEN}
39-
set -x
40-
4137
make >${BUILDLOGS}/make.log 2>&1 || ( tail -200 ${BUILDLOGS}/make.log ; exit 1 )
4238

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

0 commit comments

Comments
 (0)