summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2021-04-07gitlab ci: use https to fetch repoMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Change-Id: I33926bc577d8a07276d0b2241b692eb805a3c12d
2021-03-09.gitlab-ci.yml: don't run on tag creationMax Krummenacher
If one creates a tag in gitlab CI/CD gets triggered. Change the .gitlab-ci.yml to exclude the job if a tag is created as the pipeline will fail. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Change-Id: I7da48b0e1fd0ef3c13d1f096ff547ebe87c77dc8
2021-03-03add gitlab-ciMax Krummenacher
This does a repo init; repo sync. It will fail if any of the layers cannot be cloned at the given revision. Change-Id: I0a448700d964a5839d834996880b281f3ad10db7 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>