diff --git a/docker/nwl-cicd.yaml b/docker/nwl-cicd.yaml index f0466ab..042a61a 100644 --- a/docker/nwl-cicd.yaml +++ b/docker/nwl-cicd.yaml @@ -90,7 +90,7 @@ jobs: } } parameters { - stringParam('SEEDING_BRANCH', 'main', "The branch to seed the jobs from, e.g. develop or main") + stringParam('SEEDING_BRANCH', 'ansible-instance', "The branch to seed the jobs from, e.g. develop or main") } steps { shell('git checkout $SEEDING_BRANCH')