Add a check on the gocd config to github actions

This commit is contained in:
Stephan Kulow
2021-07-12 10:15:51 +02:00
parent cb2e500ad4
commit ef7fbb4975

View File

@@ -39,6 +39,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Validate gocd config
run: cd gocd && sh generate.sh && git diff --exit-code
- name: Setup path
run: sed -i -e "s,../..:,$PWD:," dist/ci/docker-compose.yml
@@ -49,4 +52,3 @@ jobs:
if: always()
run: docker-compose -f dist/ci/docker-compose.yml down