Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
MooreAnalysis
Commits
7e6168aa
Commit
7e6168aa
authored
Sep 22, 2021
by
Christoph Hasse
🤸🏻
Browse files
exclude lhcbproject.yml from copyright check
parent
4b59c963
Pipeline
#3044104
passed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7e6168aa
...
...
@@ -14,14 +14,12 @@ variables:
check-copyright
:
image
:
gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
script
:
-
git fetch origin ${TARGET_BRANCH}:refs/remotes/origin/${TARGET_BRANCH}
-
curl -o lb-check-copyright "https://gitlab.cern.ch/lhcb-core/LbDevTools/raw/master/LbDevTools/SourceTools.py?inline=false"
-
python lb-check-copyright origin/${TARGET_BRANCH}
-
python lb-check-copyright origin/${TARGET_BRANCH}
--exclude lhcbproject.yml
check-formatting
:
image
:
gitlab-registry.cern.ch/lhcb-docker/style-checker
script
:
-
git fetch origin ${TARGET_BRANCH}:refs/remotes/origin/${TARGET_BRANCH}
-
if [ ! -e .clang-format ] ; then
-
curl -o .clang-format "https://gitlab.cern.ch/lhcb-core/LbDevTools/raw/master/LbDevTools/data/default.clang-format?inline=false"
-
echo '.clang-format' >> .gitignore
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment