Skip to content

Commit 205e586

Browse files
committed
Locally commit fleximod code in order to avoid false diff.
1 parent 94d7957 commit 205e586

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/fleximod_test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ 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+
7684
- name: run git-fleximod
7785
run: |
7886
$GITHUB_WORKSPACE/bin/git-fleximod update -o

0 commit comments

Comments
 (0)