Skip to content

Commit

Permalink
action BUGFIX debug msg CESNET#4
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Mar 18, 2024
1 parent 262cd78 commit ac93b45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ jobs:
echo "git msg"
git log --oneline -n1 --grep="^VERSION"
echo "git msg2"
git log --oneline -n1 --grep=^VERSION
echo "git msg3"
git log --oneline -n1 --grep=VERSION
echo "git msg4"
apkg build
apkg install
if: ${{ matrix.config.name == 'DEB Package' }}
Expand Down

0 comments on commit ac93b45

Please sign in to comment.