test setup step #1245

Open
jessopb wants to merge 35 commits from test-deploy into master
Showing only changes of commit d6eebb51b0 - Show all commits

View file

@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: aftercheckout - name: aftercheckout
run: | run: |
git config --global --add safe.directory '*'
ls -al ls -al
ls -al .. ls -al ..
git --version
pwd pwd
- name: hacky copy # docker image runs ~ as /root, but github actions uses ~=/github/home - name: hacky copy # docker image runs ~ as /root, but github actions uses ~=/github/home
run: | run: |
@ -27,7 +27,7 @@ jobs:
echo "$PGP_PRIVATE_KEY" | gpg --batch --import echo "$PGP_PRIVATE_KEY" | gpg --batch --import
echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list 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 - 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 apt-get -y update && apt-get -y install build-essential ca-certificates curl gpg-agent openjdk-8-jdk software-properties-common wget zipalign git-secret
ls -al .. ls -al ..
ls -al ls -al
git rev-parse --is-inside-work-tree git rev-parse --is-inside-work-tree