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

Not sure anymore

parent cc22a38e
No related branches found
No related tags found
1 merge request!1Add build
Pipeline #1116 passed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -7,7 +7,7 @@ before_script: ...@@ -7,7 +7,7 @@ before_script:
- echo $NGINX_VERSION - echo $NGINX_VERSION
- echo $NGINX_BINARY - echo $NGINX_BINARY
# 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 source/usr/sbin/nginx "${NGINX_BINARY}" - curl -o nginx-build "${NGINX_BINARY}"
after_script: after_script:
- ls -la $CI_BUILDS_DIR - ls -la $CI_BUILDS_DIR
......
...@@ -12,7 +12,7 @@ override_dh_auto_install: ...@@ -12,7 +12,7 @@ override_dh_auto_install:
install -D -p etc/logrotate.d/nginx $(DESTROOT)/etc/logrotate.d/nginx install -D -p etc/logrotate.d/nginx $(DESTROOT)/etc/logrotate.d/nginx
install -d -p etc/nginx/ $(DESTROOT)/etc/nginx/ install -d -p etc/nginx/ $(DESTROOT)/etc/nginx/
install -d -p usr/lib/nginx/modules/ $(DESTROOT)/usr/lib/nginx/modules/ install -d -p usr/lib/nginx/modules/ $(DESTROOT)/usr/lib/nginx/modules/
install -D -p -m 0755 usr/sbin/nginx $(DESTROOT)/usr/sbin/nginx install -D -p -m 0755 ../nginx-build $(DESTROOT)/usr/sbin/nginx
install -d -p usr/share/doc/nginx/ $(DESTROOT)/usr/share/doc/nginx/ install -d -p usr/share/doc/nginx/ $(DESTROOT)/usr/share/doc/nginx/
install -d -p usr/share/nginx/ $(DESTROOT)/usr/share/nginx/ install -d -p usr/share/nginx/ $(DESTROOT)/usr/share/nginx/
install -d -p var/cache/nginx/ $(DESTROOT)/var/cache/nginx/ install -d -p var/cache/nginx/ $(DESTROOT)/var/cache/nginx/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment