Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cache
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
cache
Merge requests
!11
Refactor deployment
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Refactor deployment
refactor-deployment
into
main
Overview
0
Commits
12
Pipelines
21
Changes
2
Open
Kalin Daskalov
requested to merge
refactor-deployment
into
main
9 months ago
Overview
0
Commits
12
Pipelines
21
Changes
1
Expand
0
0
Merge request reports
Compare
version 3
version 10
0daf8e8a
9 months ago
version 9
91d18f84
9 months ago
version 8
c987d505
9 months ago
version 7
d15d0507
9 months ago
version 6
c7a5b840
9 months ago
version 5
9f747387
9 months ago
version 4
da04d54b
9 months ago
version 3
c392212c
9 months ago
version 2
93d56483
9 months ago
version 1
54263491
9 months ago
main (HEAD)
and
version 4
latest version
f32d396a
12 commits,
9 months ago
version 10
0daf8e8a
11 commits,
9 months ago
version 9
91d18f84
10 commits,
9 months ago
version 8
c987d505
9 commits,
9 months ago
version 7
d15d0507
8 commits,
9 months ago
version 6
c7a5b840
7 commits,
9 months ago
version 5
9f747387
6 commits,
9 months ago
version 4
da04d54b
5 commits,
9 months ago
version 3
c392212c
4 commits,
9 months ago
version 2
93d56483
3 commits,
9 months ago
version 1
54263491
2 commits,
9 months ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -5,7 +5,7 @@ include:
variables
:
RUNNER_AMD
:
amd64-docker
DOCKER_FILE
:
./deployment/ci/Dockerfile
GO_VERSION
:
1.22.
3
GO_VERSION
:
1.22.
4
stages
:
-
test
Loading