Skip to content

Commit a387613

Browse files
WIP: prepare for docker/podman based tests
1 parent ae4d6b2 commit a387613

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.git_archival.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node: $Format:%H$
22
node-date: $Format:%cI$
3-
describe-name: $Format:%(describe:tags)$
3+
describe-name: $Format:%(describe)$
44
ref-names: $Format:%D$

testing/Dockerfile.rawhide-git

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN git --version
44
USER 1000:1000
55
VOLUME /repo
66
WORKDIR /repo
7-
ENTRYPOINT git archive HEAD -o archival.tar.gz
7+
ENTRYPOINT mkdir git-archived && git archive HEAD -o git-archived/archival.tar.gz

0 commit comments

Comments
 (0)