Skip to content
Snippets Groups Projects
Commit c876b97e authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files

ci: eddie-zephir failed failed due to permission denied

Related to #18



Signed-off-by: Sébastien Heurtematte's avatarsebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
parent ada8afb7
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,6 @@ include:
- project: 'eclipse/oniro-core/oniro'
file: '.oniro-ci/dco.yaml'
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- remote: 'https://gitlab.com/zygoon/zephyr-ci-pipelines/-/raw/db83d176cdb5369c7393db6c85ef8ddac1514124/zephyr.yml'
dco:
extends: .dco
......@@ -104,13 +103,10 @@ build:
- cmake .. && make
eddie-zephyr:
extends: .zephyr
image: registry.gitlab.com/sebastien.heurtematte1/zephyr-ci-pipelines/main:latest-arm-zephyr-eabi
stage: build
variables:
CI_ZEPHYR_BOARD: arduino_nano_33_ble
CI_ZEPHYR_SDK_TOOLCHAIN: arm-zephyr-eabi
needs:
- job: zephyr-cache
optional: true
script:
- west build -p auto -b "$CI_ZEPHYR_BOARD" -s ${CI_PROJECT_DIR}/zephyr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment