Skip to content

Commit

Permalink
WIP: prepare for docker/podman based tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Jun 25, 2021
1 parent ae4d6b2 commit a387613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .git_archival.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:tags)$
describe-name: $Format:%(describe)$
ref-names: $Format:%D$
2 changes: 1 addition & 1 deletion testing/Dockerfile.rawhide-git
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN git --version
USER 1000:1000
VOLUME /repo
WORKDIR /repo
ENTRYPOINT git archive HEAD -o archival.tar.gz
ENTRYPOINT mkdir git-archived && git archive HEAD -o git-archived/archival.tar.gz

0 comments on commit a387613

Please sign in to comment.