Skip to content

Commit 991bc97

Browse files
committed
Comment out rm .git workflow step.
1 parent 6940f55 commit 991bc97

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/fleximod_test.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040

4141
# This action is needed to prevent fleximod
4242
# from tripping over itself:
43-
- name: Remove git info from fleximod checkout
44-
run: rm -rf .lib/git-fleximod/.git
43+
#- name: Remove git info from fleximod checkout
44+
# run: rm -rf .lib/git-fleximod/.git
4545

4646
- name: create git-fleximod script
4747
run: |
@@ -73,14 +73,6 @@ jobs:
7373
7474
echo "...git-fleximod python script generated."
7575
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-
8476
- name: run git-fleximod
8577
run: |
8678
$GITHUB_WORKSPACE/bin/git-fleximod update -o

0 commit comments

Comments
 (0)