Skip to content

Commit 82d4c3a

Browse files
committed
testing to see CI failure
1 parent 85d4894 commit 82d4c3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gallery/how_to/work_with_microtvm/micro_tvmc.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -euxo pipefail
1+
#!/bin/bash
22
# Licensed to the Apache Software Foundation (ASF) under one
33
# or more contributor license agreements. See the NOTICE file
44
# distributed with this work for additional information
@@ -16,6 +16,8 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818

19+
set -euxo pipefail
20+
1921
: '
2022
.. _tutorial-micro-cli-tool:
2123

0 commit comments

Comments
 (0)