Remove artifacts from build stage

This commit is contained in:
serkixenos 2020-11-12 20:42:32 +01:00 committed by GitHub
parent 49c36f0015
commit e3ab8728f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,12 +20,6 @@ build:
- cd build
- cmake -DENABLE_COVERAGE_TESTING=true ..
- make -j$(nproc)
artifacts:
untracked: true
paths:
- build/libraries/
- build/programs/
- build/tests/
tags:
- builder