Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
Brunel
Commits
de9c171c
Commit
de9c171c
authored
Oct 19, 2018
by
Marco Clemencic
Committed by
Marco Cattaneo
Oct 21, 2018
Browse files
Add Gitlab-CI job to check copyright
parent
02866622
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
de9c171c
###############################################################################
# (c) Copyright 2018 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
check-copyright
:
image
:
gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
script
:
-
curl -o check_copyright.py "https://gitlab.cern.ch/lhcb-core/LbDevTools/raw/master/LbDevTools/CopyrightCheck.py?inline=false"
-
python check_copyright.py origin/master
COPYING
0 → 100644
View file @
de9c171c
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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