Skip to content

Commit

Permalink
Create docker_obj folder for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Sep 28, 2023
1 parent 86ed39e commit 7e43db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/validation-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Start docker
run: >
mkdir docker_obj &&
docker run --rm
--volume $(pwd):/checkout:ro
--volume $(pwd)/docker_obj:/obj
Expand Down
2 changes: 1 addition & 1 deletion rust/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ args=("${args[@]}" "--rm")
build_cmd="/checkout/rust/scripts/launch/build_maria.sh"
test_cmd="/checkout/rust/scripts/launch/run_mtr.sh"

help="USAGE: ./run_docker.sh build|test|shell"
help="USAGE: ./run.sh build|test|shell"

if [ -z "${1:-""}" ]; then
echo "$help"
Expand Down

0 comments on commit 7e43db4

Please sign in to comment.