test setup step #1245
1 changed files with 0 additions and 4 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -16,7 +16,6 @@ jobs:
|
||||||
- name: aftercheckout
|
- name: aftercheckout
|
||||||
run: |
|
run: |
|
||||||
git init
|
git init
|
||||||
git secret init
|
|
||||||
ls -al
|
ls -al
|
||||||
ls -al ..
|
ls -al ..
|
||||||
pwd
|
pwd
|
||||||
|
@ -31,9 +30,6 @@ 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
|
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 ..
|
||||||
ls -al
|
ls -al
|
||||||
git init
|
|
||||||
git secret init
|
|
||||||
ls -al
|
|
||||||
git-secret reveal
|
git-secret reveal
|
||||||
env:
|
env:
|
||||||
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
|
PGP_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue