Skip to content
Snippets Groups Projects
Commit b6720752 authored by Jan Lippert's avatar Jan Lippert
Browse files

Added a copy step to provide file at expected place

parent 7681d2cf
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -44,6 +44,7 @@ build-ics: ...@@ -44,6 +44,7 @@ build-ics:
- mkdir public - mkdir public
- pip install yaml2ics - pip install yaml2ics
- yaml2ics calendar.yaml > public/calendar.ics - yaml2ics calendar.yaml > public/calendar.ics
- cp public/calendar.ics matiker-calendar.ics
artifacts: artifacts:
paths: paths:
- public/calendar.ics - public/calendar.ics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment