Skip to content

Commit a93604c

Browse files
cibuild.sh: Remove -x to supress dumping the script content
Signed-off-by: Xiang Xiao <[email protected]>
1 parent 84d3332 commit a93604c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cibuild.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
# KIND, either express or implied. See the License for the
1717
# specific language governing permissions and limitations
1818
# under the License.
19-
set -e -x
19+
20+
set -e
2021

2122
WD=$(cd $(dirname $0) && pwd)
2223
nuttx=$WD/../nuttx

0 commit comments

Comments
 (0)