test gitea actions
This commit is contained in:
parent
c5669f9d9d
commit
7b6d69668b
@ -17,6 +17,14 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# fetch-depth: 0
|
# fetch-depth: 0
|
||||||
# - run: git fetch --force --tags
|
# - run: git fetch --force --tags
|
||||||
|
- name: install docker
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common
|
||||||
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||||
|
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y docker-ce docker-ce-cli containerd.io
|
||||||
- run: hostname
|
- run: hostname
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: ls -la
|
- run: ls -la
|
||||||
|
Loading…
Reference in New Issue
Block a user