Closed viccuad closed 4 years ago
Move the concourse pipeline from the archived read-only https://github.com/cloudfoundry-incubator/eirinix-helm-release to this repo.
Moved the code with git filter-branch, git update-index to preseve history and allow a clean merge.
git filter-branch
git update-index
The pipeline builds the SUSE Eirini extensions docker images, which keeps being needed.
It also has a job to create the Helm chart and publish it to github, which has been removed in https://github.com/cloudfoundry-incubator/eirinix/commit/998a0a74c0a1380ee459008c2bd234a7fae154df. Example of flown pipeline in https://concourse.suse.dev/teams/main/pipelines/vic-eirinix.
Reflown pipeline, so it doesn't have the chart job anymore. Deleted my personal pipeline too.
Move the concourse pipeline from the archived read-only https://github.com/cloudfoundry-incubator/eirinix-helm-release to this repo.
Moved the code with
git filter-branch
,git update-index
to preseve history and allow a clean merge.The pipeline builds the SUSE Eirini extensions docker images, which keeps being needed.
It also has a job to create the Helm chart and publish it to github, which has been removed in https://github.com/cloudfoundry-incubator/eirinix/commit/998a0a74c0a1380ee459008c2bd234a7fae154df. Example of flown pipeline in https://concourse.suse.dev/teams/main/pipelines/vic-eirinix.