mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-26 02:30:39 -06:00
update release workflow
This commit is contained in:
parent
2d253383e8
commit
efb9298cad
24
.github/workflows/release.yml
vendored
24
.github/workflows/release.yml
vendored
@ -144,18 +144,18 @@ jobs:
|
||||
run: |
|
||||
docker run --rm nosqlbench/nosqlbench:${{ env.RELEASE_VERSION }} --version
|
||||
|
||||
- name: bundle integration test logs
|
||||
run: |
|
||||
pwd
|
||||
find nb
|
||||
mkdir -p itlogs/nb
|
||||
cp -R nb/logs itlogs/nb
|
||||
|
||||
- name: upload integration test logs
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: itlogs
|
||||
path: itlogs
|
||||
# - name: bundle integration test logs
|
||||
# run: |
|
||||
# pwd
|
||||
# find nb
|
||||
# mkdir -p itlogs/nb
|
||||
# cp -R nb/logs itlogs/nb
|
||||
#
|
||||
# - name: upload integration test logs
|
||||
# uses: actions/upload-artifact@v1
|
||||
# with:
|
||||
# name: itlogs
|
||||
# path: itlogs
|
||||
|
||||
- name: perform Maven release
|
||||
run: scripts/release-perform.sh
|
||||
|
Loading…
Reference in New Issue
Block a user