Skip to content
Snippets Groups Projects
Commit 88643d6a authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix debuild config file

parent 80be6769
No related branches found
No related tags found
1 merge request!1Add build
Pipeline #1102 failed
...@@ -5,8 +5,17 @@ before_script: ...@@ -5,8 +5,17 @@ before_script:
- apt-get update - apt-get update
- apt-get -y --no-install-recommends install devscripts lintian fakeroot - apt-get -y --no-install-recommends install devscripts lintian fakeroot
- mkdir ../nginx-package-build.orig - 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: package:
stage: build stage: build
script: script:
- debuild -us -uc - debuild -us -uc
# artifacts:
# paths:
# - artifacts
Source: sources
Maintainer: Erick Hitter <nginx-build@mxh.ethitter.com> Maintainer: Erick Hitter <nginx-build@mxh.ethitter.com>
Build-Depends: debhelper (>= 8.0.0) Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3 Standards-Version: 3.9.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment