diff options
author | Will Hall <will@willhallonline.co.uk> | 2019-05-20 13:50:32 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-05-20 13:50:32 +0000 |
commit | 23266cc64d221f85ff0ae8f8fc19edbb40ea3172 (patch) | |
tree | 7b479e17937780aa4c5f8ed442972d6a6e429ae6 /.pkgr.yml | |
parent | c513434c9d7bdfa5e1c8bd3a86fe84df693faebd (diff) | |
download | gitlab-ce-23266cc64d221f85ff0ae8f8fc19edbb40ea3172.tar.gz |
#60818 Correct linting for project root *.yml files
Diffstat (limited to '.pkgr.yml')
-rw-r--r-- | .pkgr.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pkgr.yml b/.pkgr.yml index 10bcd7bd4bd..2e741f41a9e 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -3,8 +3,8 @@ group: git services: - postgres before_precompile: ./bin/pkgr_before_precompile.sh -env: - - SKIP_STORAGE_VALIDATION=true +env: + - SKIP_STORAGE_VALIDATION=true targets: debian-7: &wheezy build_dependencies: |