Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CI stuff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
CI stuff
Commits
bba8fb31
Commit
bba8fb31
authored
1 month ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
fixup! A few updates.
parent
c3bd3999
No related branches found
No related tags found
No related merge requests found
Pipeline
#4541
passed
1 week ago
Stage: build-base
Stage: deploy-base
Stage: build
Stage: deploy
Stage: .post
Changes
1
Pipelines
5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-8
21 additions, 8 deletions
.gitlab-ci.yml
with
21 additions
and
8 deletions
.gitlab-ci.yml
+
21
−
8
View file @
bba8fb31
...
@@ -11,6 +11,21 @@ include:
...
@@ -11,6 +11,21 @@ include:
-
remote
:
|-
-
remote
:
|-
https://git.shore.co.il/shore/ci-templates/-/raw/master/templates/notify.yml
https://git.shore.co.il/shore/ci-templates/-/raw/master/templates/notify.yml
stages
:
-
build-base
-
deploy-base
-
build
-
deploy
-
test
.container-build-base
:
extends
:
.container-build
stage
:
build-base
.container-push-base
:
extends
:
.container-push
stage
:
deploy-base
lint templates
:
lint templates
:
image
:
registry.shore.co.il/ci-images:pre-commit
image
:
registry.shore.co.il/ci-images:pre-commit
stage
:
test
stage
:
test
...
@@ -42,12 +57,12 @@ lint templates:
...
@@ -42,12 +57,12 @@ lint templates:
# bats image:
# bats image:
build-bats
:
build-bats
:
extends
:
.container-build
extends
:
.container-build
-base
variables
:
variables
:
CONTEXT
:
images/bats
CONTEXT
:
images/bats
push-bats
:
push-bats
:
extends
:
.container-push
extends
:
.container-push
-base
variables
:
variables
:
CONTEXT
:
images/bats
CONTEXT
:
images/bats
IMAGE
:
ci-images
IMAGE
:
ci-images
...
@@ -59,12 +74,12 @@ push-bats:
...
@@ -59,12 +74,12 @@ push-bats:
# docker image:
# docker image:
build-docker
:
build-docker
:
extends
:
.container-build
extends
:
.container-build
-base
variables
:
variables
:
CONTEXT
:
images/docker
CONTEXT
:
images/docker
push-docker
:
push-docker
:
extends
:
.container-push
extends
:
.container-push
-base
variables
:
variables
:
CONTEXT
:
images/docker
CONTEXT
:
images/docker
IMAGE
:
ci-images
IMAGE
:
ci-images
...
@@ -110,8 +125,6 @@ push-k8s:
...
@@ -110,8 +125,6 @@ push-k8s:
# pre-commit image:
# pre-commit image:
build-pre-commit
:
build-pre-commit
:
needs
:
-
push-python3
extends
:
.container-build
extends
:
.container-build
variables
:
variables
:
CONTEXT
:
images/pre-commit
CONTEXT
:
images/pre-commit
...
@@ -129,12 +142,12 @@ push-pre-commit:
...
@@ -129,12 +142,12 @@ push-pre-commit:
# python3 image:
# python3 image:
build-python3
:
build-python3
:
extends
:
.container-build
extends
:
.container-build
-base
variables
:
variables
:
CONTEXT
:
images/python3
CONTEXT
:
images/python3
push-python3
:
push-python3
:
extends
:
.container-push
extends
:
.container-push
-base
variables
:
variables
:
CONTEXT
:
images/python3
CONTEXT
:
images/python3
IMAGE
:
ci-images
IMAGE
:
ci-images
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment