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

Fix directory path

parent 5d3a615b
No related branches found
No related tags found
1 merge request!1Add build
Pipeline #1105 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -4,14 +4,13 @@ image: containers.ethitter.com:443/docker/images/debian:stretch ...@@ -4,14 +4,13 @@ image: containers.ethitter.com:443/docker/images/debian:stretch
before_script: 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
- echo $CI_BUILDS_DIR - echo $CI_BUILDS_DIR
- echo $CI_PROJECT_DIR - echo $CI_PROJECT_DIR
after_script: after_script:
- ls -la $CI_BUILDS_DIR - ls -la $CI_BUILDS_DIR
- ls -la $CI_PROJECT_DIR - ls -la $CI_PROJECT_DIR
- ls -la ../$CI_PROJECT_DIR - ls -la $CI_PROJECT_DIR../
package: package:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment