Skip to content
Snippets Groups Projects
Commit 7ab67d5a authored by Mihai Baruta's avatar Mihai Baruta
Browse files

No need to cd in the current directory, as the base-ctl docker does that

parent aeee6675
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
cd "$(dirname "$0")" || exit 1
# Mark for Moodle trace cleanup # Mark for Moodle trace cleanup
[ -n "$CI" ] && echo "VMCHECKER_TRACE_CLEANUP" [ -n "$CI" ] && echo "VMCHECKER_TRACE_CLEANUP"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment