Commit b505c3e3 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

disable version ONE from CI temporarily

parent d4c473e3
Pipeline #4056 failed with stages
in 73 minutes and 26 seconds
......@@ -27,12 +27,12 @@ stages:
expire_in: 7d
# Build bitstream for each project
diot-v1-GW:
extends: .build-gw
variables:
PROJECT: diot_v1
artifacts:
name: diot_v1-gw-$CI_JOB_ID
#diot-v1-GW:
# extends: .build-gw
# variables:
# PROJECT: diot_v1
# artifacts:
# name: diot_v1-gw-$CI_JOB_ID
diot-v2-GW:
extends: .build-gw
......@@ -66,13 +66,13 @@ diot-v2-GW:
expire_in: 7d
# Build OS for each project
diot-v1-SW:
extends: .build_sw
variables:
PROJECT: diot_v1
BOARD_VERSION: 1
artifacts:
name: diot_v1-linux-$CI_JOB_ID
#diot-v1-SW:
# extends: .build_sw
# variables:
# PROJECT: diot_v1
# BOARD_VERSION: 1
# artifacts:
# name: diot_v1-linux-$CI_JOB_ID
# Build OS for each project
diot-v2-SW:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment