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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue