Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
firmware
Commits
2a69cdc0
Commit
2a69cdc0
authored
Oct 01, 2021
by
schneider
Browse files
hack(ci): Disable cert check for now
Looks like the docker image is too old for the new LE certs
parent
db2f0076
Pipeline
#5301
passed with stages
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2a69cdc0
...
...
@@ -47,7 +47,7 @@ lint:
# If this starts failing for any reason, just remove this curl ping.
-
curl --fail https://annoyatron-prod.q3k.org/ping/mr?mr=${CI_MERGE_REQUEST_IID}
-
git remote rm card10 ||
true
# old gitlab runners might have this remote.
-
git fetch https://git.card10.badge.events.ccc.de/card10/firmware.git master:card10/master
-
git
-c http.sslVerify=false
fetch https://git.card10.badge.events.ccc.de/card10/firmware.git master:card10/master
-
git merge-base card10/master HEAD || ( echo "Your change needs to be rebased against current master."; exit 1; )
-
git diff --name-only --diff-filter=d card10/master...HEAD | xargs tools/code-style.sh
-
git diff --exit-code
...
...
Write
Preview
Supports
Markdown
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