Skip to content
Snippets Groups Projects
Commit 687c71f3 authored by Tobias Stein's avatar Tobias Stein
Browse files

Update .gitlab-ci.yml file

parent 2a0cd58a
Branches
Tags
No related merge requests found
Pipeline #84648 failed
...@@ -9,8 +9,8 @@ generate_images: ...@@ -9,8 +9,8 @@ generate_images:
# Writing GE_JOB_ID variable to environment file, will need the value in the next stage. # Writing GE_JOB_ID variable to environment file, will need the value in the next stage.
- echo GE_JOB_ID=$CI_JOB_ID >> generate_executables.env - echo GE_JOB_ID=$CI_JOB_ID >> generate_executables.env
# install dependencies for building # install dependencies for building
- apt-get update #- apt-get update
- apt-get install $(cat depends) #- apt-get install $(cat depends)
script: script:
# Commands responsible to generate the artifacts. # Commands responsible to generate the artifacts.
- echo "Generating raspberry pi images" - echo "Generating raspberry pi images"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment