1 parent 94d7957 commit 205e586Copy full SHA for 205e586
1 file changed
.github/workflows/fleximod_test.yaml
@@ -73,6 +73,14 @@ 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
run: |
86
$GITHUB_WORKSPACE/bin/git-fleximod update -o
0 commit comments