Compare commits
5 Commits
57fb1ddb09
...
96f89486ad
| Author | SHA1 | Date |
|---|---|---|
|
|
96f89486ad | |
|
|
bc2be40c75 | |
|
|
7736c3e36e | |
|
|
61f8040b0d | |
|
|
4476f497cb |
|
|
@ -1,8 +1,7 @@
|
|||
name: Environment Setup Test
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
Setup:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
|
|
@ -13,4 +12,6 @@ jobs:
|
|||
sh setup.sh
|
||||
sh scripts/get-docker.sh
|
||||
- name: Check if Docker was installed
|
||||
run: docker run hello-world
|
||||
run: docker run hello-world
|
||||
- name: Clean up network (see #3)
|
||||
run: docker network rm main_subnet
|
||||
5
setup.sh
5
setup.sh
|
|
@ -10,7 +10,4 @@ apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop py
|
|||
rm -rf /etc/nginx/sites-available/default
|
||||
rm -rf /etc/nginx/sites-enabled/default
|
||||
|
||||
git clone https://git.162536.xyz/drunkendog/standard-build.git
|
||||
|
||||
cd standard-build/scripts
|
||||
exec bash
|
||||
git clone https://git.162536.xyz/drunkendog/standard-build.git
|
||||
Loading…
Reference in New Issue