You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Open OnDemand, it's likely the artifact in use (the one being cited) is an .rpm package and not the source code.
So in my case, I'd like to upload many files. Namely, The source tar and packages like rpm and deb. Ruby's really good with fileglobs, so I tend to use them a lot and think most folks would want to ** directories.
with:
files:
# specific files
- 'packaging/rpm/cool-package-{{ version }}.rpm'# with globs
- 'packaging/deb/cool_package*'
The text was updated successfully, but these errors were encountered:
For Open OnDemand, it's likely the artifact in use (the one being cited) is an
.rpm
package and not the source code.So in my case, I'd like to upload many files. Namely, The source tar and packages like
rpm
anddeb
. Ruby's really good with fileglobs, so I tend to use them a lot and think most folks would want to ** directories.The text was updated successfully, but these errors were encountered: