1 parent eb68bca commit 94d7957Copy full SHA for 94d7957
1 file changed
.github/workflows/fleximod_test.yaml
@@ -34,9 +34,15 @@ jobs:
34
uses: actions/checkout@v4
35
with:
36
repository: ESMCI/git-fleximod
37
+ fetch-depth: 1
38
ref: main
39
path: .lib/git-fleximod #Must use relative path here.
40
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
+
46
- name: create git-fleximod script
47
run: |
48
echo
0 commit comments