Skip to content

Commit

Permalink
Merge pull request #210 from DSD-DBS/fix-model-validation
Browse files Browse the repository at this point in the history
fix(ci-templates): Fix broken aird check
  • Loading branch information
MoritzWeber0 authored Sep 25, 2023
2 parents 36abc25 + a0d1620 commit 233b0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-templates/gitlab/model-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ model-validation:
- if [ ! -z $CI_COMMIT_BRANCH ]; then git reset --hard origin/$CI_COMMIT_BRANCH; fi
- BUILD_DIR=$(pwd)
- if [ ! -f ".project" ]; then echo "The model validator requires a '.project' file!" && exit 1; fi
- if [[ "$(dirname "$ENTRYPOINT")" != "." ]]; then echo 'The model validator requires a "*.aird" in the root level of the repository!' && exit 1; fi
- 'if [[ "$(dirname "${ENTRYPOINT}")" != "." ]]; then echo ''The model validator requires a "*.aird" in the root level of the repository!'' && exit 1; fi'
- mkdir /tmp/project
- cp -r . /tmp/project
- cd /tmp
Expand Down

0 comments on commit 233b0d5

Please sign in to comment.