verify ls al

This commit is contained in:
zeppi 2022-11-25 19:48:52 -05:00
parent 7a7506eb5f
commit 74b5435961

View file

@ -22,7 +22,7 @@ jobs:
echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list
wget -qO - 'https://gitsecret.jfrog.io/artifactory/api/gpg/key/public' | apt-key add -
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
pwd
la -al
env:
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}