diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5e2bc61046eac4d8bf10d5b6be61fb367366752..b858a0bf0fa182eb458f56e847007f9516b8d970 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,10 +41,3 @@ build-job: # This job runs in the build stage, which runs first. - docker push registry.gitlab.inria.fr/stack-research-group/software/edge-to-cloud-video-processing camera:latest - docker push registry.gitlab.inria.fr/stack-research-group/software/edge-to-cloud-video-processing motion_detector:latest - docker push registry.gitlab.inria.fr/stack-research-group/software/edge-to-cloud-video-processing object_recognizer:latest - - -deploy-job: - stage: push_to_registry - script: - - echo "Deploying application..." - - echo "Application successfully deployed."