Skip to content
Snippets Groups Projects

Use proper unix type file format

Merged Florian Uhlig requested to merge f.uhlig/cbmroot_input:test_file_type into master
1 file
+ 5
10
Compare changes
  • Side-by-side
  • Inline
+ 4
11
@@ -3,25 +3,18 @@ stages:
FileFormatCheck:
stage: checkFormat
image: alpine
tags:
- CbmRoot
- docker
only:
refs:
- merge_requests
variables:
- $CI_MERGE_REQUEST_PROJECT_PATH == "cbmsoft/cbmroot_input" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
- $CI_MERGE_REQUEST_PROJECT_PATH == "CbmSoft/cbmroot_input" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
script:
# Get the upstream repository manually. I did not find any other way to have it for
# comparison
- apk update && apk add git bash file
- .scripts/connect_upstream_repo.sh $CI_MERGE_REQUEST_PROJECT_URL
- git fetch upstream
- .scripts/check-file-format.sh upstream
#FileFormat:
# stage: checkFormat
# image: alpine
# tags:
# - docker
Loading