Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
ipcalc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
ipcalc
ipcalc
Commits
63e16c4c
Commit
63e16c4c
authored
7 months ago
by
Nikos Mavrogiannopoulos
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: updated the tag
Signed-off-by:
Nikos Mavrogiannopoulos
<
n.mavrogiannopoulos@gmail.com
>
parent
2cda8035
No related branches found
No related tags found
No related merge requests found
Pipeline
#1442879471
passed
7 months ago
Stage: generate
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
with
2 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
4
View file @
63e16c4c
...
...
@@ -4,6 +4,8 @@ stages:
.fedora.latest.template
:
&fedora_template
image
:
fedora:38
tags
:
-
saas-linux-small-amd64
before_script
:
#in F34 rubygem-ronn got replaced by rubygem-ronn-ng
-
dnf install -y GeoIP-devel libmaxminddb-devel make meson ninja-build gcc libasan geolite2-{city,country} rubygem-ronn
...
...
@@ -73,8 +75,6 @@ pages-test:
-
ninja -C build test
-
ninja -C build coverage-html && mv build/meson-logs/coveragereport public
-
tests/run-coverage.sh
tags
:
-
shared
except
:
-
master
...
...
@@ -88,8 +88,6 @@ pages:
-
ninja -C build test
-
ninja -C build coverage-html && mv build/meson-logs/coveragereport public
-
tests/run-coverage.sh
tags
:
-
shared
coverage
:
'
/coverage
lines:
\d+\.\d+/'
artifacts
:
when
:
on_success
...
...
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