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

CI/CD => Rectify gitlab ci images

parent d82ddb48
No related branches found
No related tags found
No related merge requests found
Pipeline #27039 failed
...@@ -25,6 +25,10 @@ deploy: ...@@ -25,6 +25,10 @@ deploy:
npx dotenv-vault local decrypt "${DOTENV_TEST_KEY}" > ../../.env npx dotenv-vault local decrypt "${DOTENV_TEST_KEY}" > ../../.env
cp ../../.env ../.env cp ../../.env ../.env
# Rectify gitlab ci images
- sed -i -r "s%dojo_assignment_checker%dojo-test_assignment_checker%g" assets/assignment_gitlab_ci.yml
- sed -i -r "s%dojo_exercise_checker%dojo-test_exercise_checker%g" changelog/exercise_gitlab_ci.yml
# Deploy # Deploy
- cd ../../ - cd ../../
- ./infra --run - ./infra --run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment