mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
actions debugging
This commit is contained in:
parent
2a44320722
commit
bc2d1f8126
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
- testbranch
|
- testbranch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
release:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
- name: initialize gpg
|
- name: initialize gpg
|
||||||
env:
|
env:
|
||||||
GPG_TTY=${TTY}
|
GPG_TTY: ${TTY}
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
echo "${{ secrets.GITHUB_GPG_KEY }}" | base64 -d > private.key
|
echo "${{ secrets.GITHUB_GPG_KEY }}" | base64 -d > private.key
|
||||||
|
Loading…
Reference in New Issue
Block a user