Skip to content
Snippets Groups Projects
Commit 04b31753 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Rename executable for test

parent bc3a4099
No related branches found
No related tags found
No related merge requests found
Pipeline #27047 passed
......@@ -61,6 +61,12 @@
fi
- cd ..
# Rename executable for test
- |
if [[ $IS_TEST == true ]]; then
sed -i -r "s%dojo_exercise_checker%dojo-test_exercise_checker%g" $DOCKERFILE
fi
# Need to build for each platform separately because of multi-stage builds (docker buildx don't use cache same way as docker build)
- >
platform_array=$(echo $DOCKER_PLATFORMS | tr "," "\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment