git rev-parse inside?
This commit is contained in:
parent
e4a708f38e
commit
681ae1c70c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -30,11 +30,11 @@ jobs:
|
|||
apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common wget zipalign git-secret
|
||||
ls -al ..
|
||||
ls -al
|
||||
git rev-parse --is-inside-work-tree
|
||||
git secret reveal
|
||||
env:
|
||||
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
|
||||
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
|
||||
|
||||
# - name: Upload math result for job 1
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
|
|
Loading…
Reference in a new issue