Skip to content
Snippets Groups Projects
Commit ec1091ab authored by nimrod's avatar nimrod
Browse files

Updates to the CI.

The templates were changed and this reflects the changes:
- No need to set the order of the stages, pre-commit runs  in .pre now.
- Rename the Docker jobs for clarity and avoiding more common names.
parent e57d8ca1
No related branches found
No related tags found
No related merge requests found
......@@ -7,18 +7,13 @@ include:
- project: shore/ci-templates
file: templates/notify.yml
stages:
- test
- build
- deploy
build:
docker-build:
extends: .docker-build-shore
tags: [ns4.shore.co.il]
except:
- master
push:
docker-push:
extends: .docker-push
tags: [ns4.shore.co.il]
except:
......
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