Fix chmod call

This commit is contained in:
Tyler 2017-09-13 23:45:44 -04:00
parent 7aa57ec6b6
commit e624bce8f1
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ image: git.meow.tf:4567/tyler/golang-glide:1.8
before_script:
- export VERSION=`grep "VERSION" src/meow.tf/deb-simple/server.go | head -n 1 | awk '{print $5}' | sed -e 's/^"//' -e 's/"$//' | tr -d '\n'`
- chmod +x packaging/build-package.sh packaging/package_upload.sh
- chmod +x packaging/build-package.sh packaging/package-upload.sh
- export GOPATH=`pwd`
stages:
@ -68,7 +68,6 @@ package:
stage: package
image: tystuyfzand/fpm
script:
- cd $CI_PROJECT_DIR
- ARCH=i386 packaging/build-package.sh
- ARCH=amd64 packaging/build-package.sh
- ARCH=armv7 packaging/build-package.sh