We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac93b45 commit 8f6ddc5Copy full SHA for 8f6ddc5
.github/workflows/ci.yml
@@ -110,6 +110,8 @@ jobs:
110
111
steps:
112
- uses: actions/checkout@main
113
+ with:
114
+ fetch-depth: 100
115
116
- name: Deps-packages
117
shell: bash
@@ -141,13 +143,6 @@ jobs:
141
143
run: |
142
144
pip install apkg
145
apkg system-setup
- echo "git msg"
- git log --oneline -n1 --grep="^VERSION"
146
- echo "git msg2"
147
- git log --oneline -n1 --grep=^VERSION
148
- echo "git msg3"
149
- git log --oneline -n1 --grep=VERSION
150
- echo "git msg4"
151
apkg build
152
apkg install
153
if: ${{ matrix.config.name == 'DEB Package' }}
0 commit comments