Skip to content
Snippets Groups Projects
Commit d2dfbd00 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fix gitlab-ci build

parent cd159faa
Branches
Tags
1 merge request!3Develop
Pipeline #70 failed with stage
in 9 seconds
......@@ -2,7 +2,7 @@ image: kalledk/docker-avr-toolchain
1.2.3:
script:
- cd DSTAT
- cd src
- make
artifacts:
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
......@@ -12,7 +12,7 @@ image: kalledk/docker-avr-toolchain
pre-1.2.3:
script:
- cd DSTAT
- cd src
- make BOARD_VER_MICRO=0
artifacts:
name: "${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}"
......
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