opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Fix Go module name #718

Closed michaelsauter closed 1 year ago

michaelsauter commented 1 year ago

For some reason (probably my stupidity) the Go module was 'github.com/opendevstack/pipeline' while the repository is named 'github.com/opendevstack/ods-pipeline'. This means that importing packages from this module was not possible before. While this isn't a typical thing to do now, it will be once we move the tasks out to their own repositories. I have a PoC of this locally which requires the change here ...

Tasks: