mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
release testing
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -117,18 +117,6 @@ jobs:
|
||||
MAVEN_REPO_SERVER_USERNAME: ${{ secrets.MVN_REPO_PRIVATE_REPO_USER }}
|
||||
MAVEN_REPO_SERVER_PASSWORD: ${{ secrets.MVN_REPO_PRIVATE_REPO_PASSWORD }}
|
||||
|
||||
- name: bundle build logs
|
||||
run: |
|
||||
pwd
|
||||
ls -l
|
||||
mkdir -p buildlogs && cp -R logs buildlogs
|
||||
|
||||
- name: upload build logs
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: buildlogs
|
||||
path: buildlogs
|
||||
|
||||
- name: bundle artifacts
|
||||
run: |
|
||||
pwd
|
||||
|
||||
Reference in New Issue
Block a user