Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nginx-package-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
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
Server Tools
nginx-package-build
Merge requests
!15
Add 1.21.6 and a Bullseye build
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add 1.21.6 and a Bullseye build
add/bullseye
into
master
Overview
0
Commits
3
Pipelines
2
Changes
2
Merged
Erick Hitter
requested to merge
add/bullseye
into
master
3 years ago
Overview
0
Commits
3
Pipelines
2
Changes
1
Expand
Created from JetBrains using
CodeStream
0
0
Merge request reports
Compare
version 1
version 1
db07334e
3 years ago
master (base)
and
latest version
latest version
29d7fb75
3 commits,
3 years ago
version 1
db07334e
2 commits,
3 years ago
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
3
Options
@@ -101,8 +101,8 @@ build-deb:bullseye:
stage
:
build
image
:
containers.ethitter.com:443/docker/images/debian:bullseye
variables
:
NGINX_BINARY
:
$NGINX_BINARY_
bullseye
NGINX_VERSION
:
$NGINX_VERSION_
bullseye
NGINX_BINARY
:
$NGINX_BINARY_
BULLSEYE
NGINX_VERSION
:
$NGINX_VERSION_
BULLSEYE
BUILD_DIR
:
'
build-bullseye'
script
:
-
cd source
@@ -117,7 +117,7 @@ test-deb:bullseye:
before_script
:
-
export BUILD_DIR="${CI_PROJECT_DIR}/build-bullseye"
script
:
-
dpkg -i ${BUILD_DIR}/nginx_${NGINX_VERSION_
bullseye
}*.deb
-
dpkg -i ${BUILD_DIR}/nginx_${NGINX_VERSION_
BULLSEYE
}*.deb
-
nginx -V
after_script
:
-
'
'
Loading