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

Fix directory path

parent 5d3a615b
Branches
Tags
1 merge request!1Add build
Pipeline #1105 failed
......@@ -4,14 +4,13 @@ image: containers.ethitter.com:443/docker/images/debian:stretch
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
- ls -la ../$CI_PROJECT_DIR
- ls -la $CI_PROJECT_DIR../
package:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment