Compare commits
5 Commits
57fb1ddb09
...
96f89486ad
| Author | SHA1 | Date |
|---|---|---|
|
|
96f89486ad | |
|
|
bc2be40c75 | |
|
|
7736c3e36e | |
|
|
61f8040b0d | |
|
|
4476f497cb |
|
|
@ -1,8 +1,7 @@
|
||||||
name: Environment Setup Test
|
name: Environment Setup Test
|
||||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Setup:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
|
|
@ -14,3 +13,5 @@ jobs:
|
||||||
sh scripts/get-docker.sh
|
sh scripts/get-docker.sh
|
||||||
- name: Check if Docker was installed
|
- 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
|
||||||
3
setup.sh
3
setup.sh
|
|
@ -11,6 +11,3 @@ rm -rf /etc/nginx/sites-available/default
|
||||||
rm -rf /etc/nginx/sites-enabled/default
|
rm -rf /etc/nginx/sites-enabled/default
|
||||||
|
|
||||||
git clone https://git.162536.xyz/drunkendog/standard-build.git
|
git clone https://git.162536.xyz/drunkendog/standard-build.git
|
||||||
|
|
||||||
cd standard-build/scripts
|
|
||||||
exec bash
|
|
||||||
Loading…
Reference in New Issue