Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a3148e50 authored by KADDOUR Sidi Mohammed's avatar KADDOUR Sidi Mohammed
Browse files

Update .gitlab-ci.yml file

parent fb3e1b6c
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ build:
- docker build -t ${DOCKER_USERNAME}/motion_detector:${TAG} ./services/motion_detector
- docker build -t ${DOCKER_USERNAME}/object_recognizer:${TAG} ./services/object_recognizer
only:
- master
- main
# Test stage: Run unit tests (optional, can be customized based on your services)
test:
......@@ -48,4 +48,4 @@ deploy:
docker-compose -f ./deploy/docker-compose/docker-compose.yml up -d --build --force-recreate;
fi
only:
- master
- main
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