Skip to content
Snippets Groups Projects
Commit 43eb9ddd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Hm... the single-quotes need to be quoted?

parent c85702d4
No related branches found
No related tags found
No related merge requests found
Pipeline #5507 failed
...@@ -29,7 +29,7 @@ smoketest-jsexec-linux: ...@@ -29,7 +29,7 @@ smoketest-jsexec-linux:
stage: test stage: test
script: script:
- cd src/sbbs3 - cd src/sbbs3
- *.exe.release/jsexec -r 'exit(42)' - "*.exe.release/jsexec -r 'exit(42)'"
allow_failure: allow_failure:
exit_codes: 42 exit_codes: 42
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment