We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95860b4 commit 0b53001Copy full SHA for 0b53001
.github/workflows/build.sh
@@ -29,10 +29,6 @@ mkdir -p "/opt/metwork-mfsysmon-${TARGET_DIR}"
29
mkdir -p buildlogs
30
export BUILDLOGS=buildlogs
31
32
-set +x
33
-export TOKEN=${TOKEN}
34
-set -x
35
-
36
make >${BUILDLOGS}/make.log 2>&1 || ( tail -200 ${BUILDLOGS}/make.log ; exit 1 )
37
38
OUTPUT=$(git status --short | grep -v buildlogs | grep -v buildcache)
0 commit comments