using artifacts instead of cache

This commit is contained in:
Filip Bucek 2019-11-08 16:10:15 +01:00
parent 1fe9632720
commit 0d4f436e23

View File

@ -16,9 +16,9 @@ build: # name of task
- cd build
- qmake ../server-sdk.pro
- make -j4
cache:
paths:
- build/
artifacts:
paths:
- build
# ########