Skip to content
Snippets Groups Projects
Unverified Commit 90450eff authored by anarcat's avatar anarcat
Browse files

we actually need certs otherwise fetch fails

parent 8dda4804
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ find-files-commit:
stage: build
image: debian:stable-slim
script:
- apt update && apt install -yy --no-install-recommends git
- apt update && apt install -yy --no-install-recommends git ca-certificates
- echo "commit SHA $CI_COMMIT_SHA"
- |
echo "working on files... $(git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHA | tee changed-files.txt)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment