move static file logic to package stage

This commit is contained in:
Dagen Brock 2016-10-27 21:44:51 -05:00
parent 966389b5ef
commit b98dcd4fee
1 changed files with 2 additions and 2 deletions

View File

@ -12,17 +12,17 @@ build-ubuntu-x:
- cd src
- ln -s vars_x86linux_x11 vars
- make clean ; make
- cp config.txt ..
artifacts:
paths:
- gsplusx
- config.txt
expire_in: 5 minutes
package-ubuntu-x:
tags:
- ubuntu
stage: package
script:
- cp config.txt ..
artifacts:
paths:
- gsplusx