Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nginx-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Server Tools
nginx-build
Commits
56ec7453
Commit
56ec7453
authored
2 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Add bullseye build
parent
dcdbb58e
Branches
Branches containing commit
No related tags found
1 merge request
!5
Add bullseye build
Pipeline
#4700
passed
2 years ago
Stage: test_pre_build
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+26
-0
26 additions, 0 deletions
.gitlab-ci.yml
with
26 additions
and
0 deletions
.gitlab-ci.yml
+
26
−
0
View file @
56ec7453
...
...
@@ -11,6 +11,32 @@ test_build_script:
script
:
-
shellcheck ./scripts/build.sh
# Bullseye
test_build_nginx_bullseye
:
stage
:
build
image
:
containers.ethitter.com:443/docker/images/debian:bullseye
variables
:
RELEASE_CODE_NAME
:
bullseye
script
:
-
chmod +x ./scripts/build.sh
-
./scripts/build.sh
except
:
-
master
build_nginx_bullseye
:
stage
:
build
image
:
containers.ethitter.com:443/docker/images/debian:bullseye
variables
:
RELEASE_CODE_NAME
:
bullseye
script
:
-
chmod +x ./scripts/build.sh
-
./scripts/build.sh
artifacts
:
paths
:
-
artifacts
only
:
-
master
# Buster
test_build_nginx_buster
:
stage
:
build
...
...
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