Skip to content
Snippets Groups Projects
Commit bfa652f7301d authored by Noé Gaumont's avatar Noé Gaumont :octopus:
Browse files

fix: allow failure on heptapod upload

parent d42837d138e6
No related branches found
No related tags found
1 merge request!11fix: allow failure on heptapod upload
Pipeline #66456 passed
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
upload-deb-to-heptapod: upload-deb-to-heptapod:
stage: upload-deb-to-heptapod stage: upload-deb-to-heptapod
image: curlimages/curl:latest image: curlimages/curl:latest
# May be failling if the deb name is not ${CI_PROJECT_NAME}_${CI_COMMIT_TAG}-1_all.deb
allow_failure: true
rules: rules:
- if: '$CI_MERGE_REQUEST_ID' - if: '$CI_MERGE_REQUEST_ID'
when: never when: never
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment