Skip to content

Commit 94d7957

Browse files
committed
Remove git info from git-fleximod checkout.
1 parent eb68bca commit 94d7957

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/fleximod_test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,15 @@ jobs:
3434
uses: actions/checkout@v4
3535
with:
3636
repository: ESMCI/git-fleximod
37+
fetch-depth: 1
3738
ref: main
3839
path: .lib/git-fleximod #Must use relative path here.
3940

41+
# This action is needed to prevent fleximod
42+
# from tripping over itself:
43+
- name: Remove git info from fleximod checkout
44+
run: rm -rf .lib/git-fleximod/.git
45+
4046
- name: create git-fleximod script
4147
run: |
4248
echo

0 commit comments

Comments
 (0)