We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b6dcc commit 7f8f7daCopy full SHA for 7f8f7da
1 file changed
.github/tas-check/3-run.sh
@@ -2,6 +2,8 @@
2
# Runs the requested TAS and checks the result.
3
# Parameter: path of the TAS to run
4
5
+set -xeo pipefail
6
+
7
docker run \
8
--volume "/tmp/everest-pr-tas-check:/home/ubuntu/tas" \
9
--rm \
0 commit comments