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

CI/CD => Rename executable for test

parent 0525ab6b
Branches
Tags
No related merge requests found
Pipeline #27044 passed
...@@ -61,6 +61,12 @@ ...@@ -61,6 +61,12 @@
fi fi
- cd .. - cd ..
# Rename executable for test
- |
if [[ $IS_TEST == true ]]; then
sed -i -r "s%dojo_assignment_checker%dojo-test_assignment_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) # 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"); 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