Remove cache, as it tend to make compilation errors

This commit is contained in:
Erwan Georget 2016-05-18 12:15:27 +02:00
parent 27da46d812
commit 750200b703

View file

@ -35,10 +35,6 @@ Linux:
artifacts:
paths:
- Linux
cache:
key: "$CI_BUILD_NAME"
paths:
- BUILD
OSX:
stage: build
@ -59,7 +55,3 @@ OSX:
artifacts:
paths:
- OSX
cache:
key: "$CI_BUILD_NAME"
paths:
- BUILD