Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-01-14 05:57:11 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-01-14 06:00:50 +0300
commit9448387058005ccb8c9bbf7315237b3014b8525e (patch)
treecdcd3b7a0f0d12faa1b102926d5739324307b3b8 /.gitlab-ci.yml
parentccb663da9c47cad5e310ac2f516c152d3c1ab22c (diff)
Force file permissions before fpmv0.0.1-test-8
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 638f90026..d165681d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@ package:
- apt-get update -qq
- apt-get install -qq -y rubygems bundler
- GOOS=linux GOARCH=amd64 make clean package
+ - ls -l # Want to see permissions as they went into the .deb
- dpkg -e *.deb
- cat DEBIAN/control
- cat DEBIAN/md5sums