Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
nginx-package-build
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Server Tools
nginx-package-build
Commits
ac657267
Commit
ac657267
authored
May 27, 2019
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a bit more output for debugging purposes
parent
9df7677a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
.gitlab-ci.yml
.gitlab-ci.yml
+12
-3
No files found.
.gitlab-ci.yml
View file @
ac657267
...
@@ -2,6 +2,9 @@ package:jessie:
...
@@ -2,6 +2,9 @@ package:jessie:
stage
:
build
stage
:
build
image
:
containers.ethitter.com:443/docker/images/debian:jessie
image
:
containers.ethitter.com:443/docker/images/debian:jessie
before_script
:
before_script
:
-
echo $NGINX_VERSION_JESSIE
-
echo $NGINX_BINARY_JESSIE
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
-
curl -o nginx-build "${NGINX_BINARY_JESSIE}"
-
curl -o nginx-build "${NGINX_BINARY_JESSIE}"
-
chmod +x nginx-build
-
chmod +x nginx-build
...
@@ -12,12 +15,15 @@ package:jessie:
...
@@ -12,12 +15,15 @@ package:jessie:
artifacts
:
artifacts
:
paths
:
paths
:
-
nginx_${NGINX_VERSION_JESSIE}*
-
nginx_${NGINX_VERSION_JESSIE}*
-
nginx-dbgsym_
${NGINX_VERSION_JESSIE}
*
-
nginx-dbgsym_*
package:stretch:
package:stretch:
stage
:
build
stage
:
build
image
:
containers.ethitter.com:443/docker/images/debian:stretch
image
:
containers.ethitter.com:443/docker/images/debian:stretch
before_script
:
before_script
:
-
echo $NGINX_VERSION_STRETCH
-
echo $NGINX_BINARY_STRETCH
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
-
curl -o nginx-build "${NGINX_BINARY_STRETCH}"
-
curl -o nginx-build "${NGINX_BINARY_STRETCH}"
-
chmod +x nginx-build
-
chmod +x nginx-build
...
@@ -28,12 +34,15 @@ package:stretch:
...
@@ -28,12 +34,15 @@ package:stretch:
artifacts
:
artifacts
:
paths
:
paths
:
-
nginx_${NGINX_VERSION_STRETCH}*
-
nginx_${NGINX_VERSION_STRETCH}*
-
nginx-dbgsym_
${NGINX_VERSION_STRETCH}
*
-
nginx-dbgsym_*
package:buster:
package:buster:
stage
:
build
stage
:
build
image
:
containers.ethitter.com:443/docker/images/debian:buster
image
:
containers.ethitter.com:443/docker/images/debian:buster
before_script
:
before_script
:
-
echo $NGINX_VERSION_BUSTER
-
echo $NGINX_BINARY_BUSTER
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
# Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
-
curl -o nginx-build "${NGINX_BINARY_BUSTER}"
-
curl -o nginx-build "${NGINX_BINARY_BUSTER}"
-
chmod +x nginx-build
-
chmod +x nginx-build
...
@@ -44,4 +53,4 @@ package:buster:
...
@@ -44,4 +53,4 @@ package:buster:
artifacts
:
artifacts
:
paths
:
paths
:
-
nginx_${NGINX_VERSION_BUSTER}*
-
nginx_${NGINX_VERSION_BUSTER}*
-
nginx-dbgsym_
${NGINX_VERSION_BUSTER}
*
-
nginx-dbgsym_*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment