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

git is not installed there either, but at least we have root

parent 3c67572f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ find-files-commit:
stage: build
image: debian:stable-slim
script:
- apt update && apt install -yy --no-install-recommends git
- 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