Skip to content

Commit

Permalink
fix: Fix model validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Sep 22, 2023
1 parent 569df4b commit 77b990f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci-templates/gitlab/model-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ model-validation:
name: $DOCKER_REGISTRY/capella/base:${CAPELLA_DOCKER_IMAGES_TAG}
entrypoint: [""]
script:
- whoami
- ls -al .git
- id -Gn "$(whoami)"
- git fetch
- if [ ! -z $CI_COMMIT_BRANCH ]; then git reset --hard origin/$CI_COMMIT_BRANCH; fi
- BUILD_DIR=$(pwd)
Expand Down

0 comments on commit 77b990f

Please sign in to comment.