Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod-ostrava WelcomeHUB
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
g2-openstack
prod-ostrava WelcomeHUB
Commits
17110a4b
Commit
17110a4b
authored
1 year ago
by
František Řezníček
Browse files
Options
Downloads
Patches
Plain Diff
Migrate build and release to ubuntu:jammy
parent
c3a3fa5c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#312529
failed with stages
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
17110a4b
...
...
@@ -8,6 +8,8 @@ stages:
variables
:
DOCKER_EXE
:
docker
image
:
registry.gitlab.ics.muni.cz:443/cloud/g2/container-registry/docker.io__ubuntu:jammy
yamllint
:
stage
:
lint
image
:
...
...
@@ -20,7 +22,6 @@ yamllint:
# build and release container image
# ---------------------------------------------------------------------------
build-image
:
image
:
registry.gitlab.ics.muni.cz:443/cloud/g2/container-registry/debian:latest
stage
:
build-image
before_script
:
-
apt-get update --yes
...
...
@@ -44,7 +45,6 @@ build-image:
# release container image
# ---------------------------------------------------------------------------
release-image
:
image
:
registry.gitlab.ics.muni.cz:443/cloud/g2/container-registry/debian:latest
stage
:
release-image
before_script
:
-
apt-get update --yes
...
...
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