switch to job artifacts
This commit is contained in:
parent
73f196c32d
commit
ca0bd33106
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@ stages:
|
|||
- build
|
||||
- flash
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- build/
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- build/
|
||||
|
||||
script:
|
||||
- idf.py reconfigure
|
||||
- echo "BB-CI-$((1 + RANDOM % 999))" > bbid
|
||||
|
|
Loading…
Reference in a new issue