Skip to content
Snippets Groups Projects
Commit 14c6e9f3 authored by Samuel Helbling's avatar Samuel Helbling
Browse files

Update .gitlab-ci.yml file

parent ddf67067
No related branches found
No related tags found
No related merge requests found
Pipeline #218696 passed
stages:
- build
zip-job:
stage: build
image: alpine
script:
- echo "Create Zip-File"
artifacts:
name: "arduino_components"
paths:
- ./
expire_in: 1 week
when: on_success
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment