Skip to content

Commit

Permalink
Merge pull request #5 from flba-eb/fix_shell_error
Browse files Browse the repository at this point in the history
Only run one command as multiple are not allowed
  • Loading branch information
flba-eb authored Jul 17, 2024
2 parents aab8b32 + 4af36d8 commit 564384b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
time docker run \
-v $(realpath zenoh):/src \
-v $(realpath scripts):/scripts \
-e "CI_COMMAND=/scripts/setup_host.sh && /scripts/test-zenoh.sh" \
-e "CI_COMMAND=/scripts/run_ci.sh" \
ghcr.io/flba-eb/ebcl_cicd_template:main
4 changes: 4 additions & 0 deletions scripts/run_ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh -e

/scripts/setup_host.sh
/scripts/test-zenoh.sh

0 comments on commit 564384b

Please sign in to comment.