Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Server Tools
nginx-package-build
Commits
88643d6a
Commit
88643d6a
authored
May 27, 2019
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix debuild config file
parent
80be6769
Pipeline
#1102
failed with stage
in 1 minute and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
.gitlab-ci.yml
.gitlab-ci.yml
+9
-0
debian/control
debian/control
+1
-0
No files found.
.gitlab-ci.yml
View file @
88643d6a
...
...
@@ -5,8 +5,17 @@ before_script:
-
apt-get update
-
apt-get -y --no-install-recommends install devscripts lintian fakeroot
-
mkdir ../nginx-package-build.orig
-
echo $CI_BUILDS_DIR
-
echo $CI_PROJECT_DIR
after_script
:
-
ls -la $CI_BUILDS_DIR
-
ls -la $CI_PROJECT_DIR
package
:
stage
:
build
script
:
-
debuild -us -uc
# artifacts:
# paths:
# - artifacts
debian/control
View file @
88643d6a
Source: sources
Maintainer: Erick Hitter <nginx-build@mxh.ethitter.com>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
...
...
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