switch to job artifacts

This commit is contained in:
Morgan 'ARR\!' Allen 2020-10-28 18:42:38 -07:00
parent 73f196c32d
commit ca0bd33106
1 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@ stages:
- build - build
- flash - flash
cache:
paths:
- build/
build: build:
stage: build stage: build
artifacts:
paths:
- build/
script: script:
- idf.py reconfigure - idf.py reconfigure
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid - echo "BB-CI-$((1 + RANDOM % 999))" > bbid