You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where the `*_REF` should be a specific [commit-ish](https://git-scm.com/docs/gitglossary#Documentation/gitglossary.txt-aiddefcommit-ishacommit-ishalsocommittish).
@@ -286,7 +286,7 @@ volumes:
286
286
command: >
287
287
/bin/bash -c "id &&
288
288
cd '/runs/{{ tutorial_folder }}/{{ case_folder }}' &&
289
-
{{ run }} | tee {{ case_folder }}.log 2>&1"
289
+
{{ run }} | tee system-tests_{{ case_folder }}.log 2>&1"
0 commit comments