1 parent 6940f55 commit 991bc97Copy full SHA for 991bc97
1 file changed
.github/workflows/fleximod_test.yaml
@@ -40,8 +40,8 @@ jobs:
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
+ #- name: Remove git info from fleximod checkout
+ # run: rm -rf .lib/git-fleximod/.git
45
46
- name: create git-fleximod script
47
run: |
@@ -73,14 +73,6 @@ jobs:
73
74
echo "...git-fleximod python script generated."
75
76
- # Need to commit the new code locally
77
- # in order to avoid a git diff failure.
78
- #- name: commit fleximod code
79
- # run: |
80
- # git add .lib
81
- # git add bin
82
- # git commit -m "Committing git-fleximod to avoid false diff"
83
-
84
- name: run git-fleximod
85
86
$GITHUB_WORKSPACE/bin/git-fleximod update -o
0 commit comments