Skip to content

Fix bug: CI didn't check out correct Git branch

Lennart Karssen requested to merge CICD into development

This commit fixes a bug in the CI/CD code. Previously, the CI/CD script didn't explicitly check out a branch, so all deployments were from 'master'. This is fixed now and the script section is generalised and moved to the template.

Merge request reports