summaryrefslogtreecommitdiffstats
path: root/gitlab-templates/GoogleStorage.gitlab-ci.yml
AgeCommit message (Collapse)AuthorFilesLines
2021-11-19Support CentOS 7 in GoogleStorage Gitlab templateTrevor Bramwell1-1/+6
Add a check for `dnf` to the GoogleStorage gitlab-ci template, falling back to `yum` if the command is not available. This should allow the job to work on both CentOS 7 and 8. Change-Id: I0964c23d799bb394bc331bd740a0d6a1cba74082 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-05-07Add Gitlab Templates for Docker, RTD, and GSTrevor Bramwell1-0/+30
Adds template for Gitlab-CI that projects can include to build documentation, containers, and upload artifacts to Google Storage. Change-Id: Ibc3cc75a3717f11357417f787900a31646ef84aa Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>