Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Felipe Lema
Krita
Commits
17650817
Commit
17650817
authored
Jul 16, 2021
by
Felipe Lema
Browse files
update docker image certificates for downloading .clang-format
parent
a704c421
Pipeline
#70802
failed with stage
in 1 minute and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17650817
...
...
@@ -9,7 +9,8 @@ clang_format:
-
master
before_script
:
-
apt-get update
-
apt-get install --yes --no-install-recommends wget git clang-format-11
-
apt-get install --yes --no-install-recommends wget ca-certificates git clang-format-11
-
update-ca-certificates
script
:
-
wget -c --output-document=.clang-format https://invent.kde.org/frameworks/extra-cmake-modules/raw/master/kde-modules/clang-format.cmake
-
git diff-tree --no-commit-id --name-only -r origin/$CI_MERGE_REQUEST_TARGET_BRANCH_NAME -r $CI_COMMIT_SHA | grep -v -P '[.](c|cc|cpp|hpp|h)$'| xargs clang-format-11 -i
...
...
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