ci: fix artifact path name for bundle_app job

This commit is contained in:
Yassine Doghri 2021-05-21 07:12:28 +00:00
parent 4429a3d481
commit 037fccf8e5
No known key found for this signature in database
GPG Key ID: 3E7F89498B960C9F

View File

@ -69,7 +69,7 @@ bundle_app:
artifacts: artifacts:
name: "castopod-host-${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA}" name: "castopod-host-${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA}"
paths: paths:
- castopod-host-${CI_COMMIT_REF_SLUG}_${CI_COMMIT_SHORT_SHA} - castopod-host
except: except:
- main - main
- beta - beta