Skip to content
Snippets Groups Projects
Commit 0c078727 authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

remove sync job

parent db9e1ef2
Branches
Tags
1 merge request!1Source as submodule
Pipeline #67338 failed
...@@ -66,20 +66,6 @@ amd64: ...@@ -66,20 +66,6 @@ amd64:
tags: tags:
- amd64-docker - amd64-docker
dockerize sync:
stage: build
tags:
- amd64-docker
script:
- cd ./app/cmd/sync
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t "${CI_REGISTRY_IMAGE}/sync:${CI_COMMIT_REF_NAME}" .
- docker push "${CI_REGISTRY_IMAGE}/sync:${CI_COMMIT_REF_NAME}"
only:
- main
- tags
- integration
manifest: manifest:
extends: .manifest-amd64 extends: .manifest-amd64
stage: manifest stage: manifest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment