Skip to content

Commit 1f58b27

Browse files
authored
Fix "No git repository found" #163
org.eclipse.tycho:tycho-buildtimestamp-jgit timestamp provider does not work, as checkout action fails to provide .git directory?
1 parent c833022 commit 1f58b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Build
19-
run: ./build.sh
19+
run: ./build.sh -DforceContextQualifier `date '+%Y%M%d%H%M'`

0 commit comments

Comments
 (0)