Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
Removed the git commit parts.
  • Loading branch information
yuki-was-taken authored May 9, 2024
1 parent edf3921 commit c258bed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,3 @@ jobs:
run: sudo apt-get install figlet
- name: 'Run Tests'
run: cd tests && ./commandline_args.sh
- name: 'Set CURRENTCOMMIT const'
run: echo 'const CURRENTCOMMIT* = "${{ github.sha }}"' > ./src/catniplib/global/currentcommit.nim
- name: 'Push changes'
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git commit -am "Automatic build Number update"
git push

0 comments on commit c258bed

Please sign in to comment.