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

Update .gitlab-ci.yml file

parent 7f724063
Branches
No related tags found
No related merge requests found
Pipeline #218694 passed
stages:
- build
zip-job:
stage: build
image: alpine
script:
- echo "Create Zip-File"
artifacts:
name: "adafruit_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