Compare commits

..

5 Commits

Author SHA1 Message Date
drunkendog 96f89486ad Clean up docker network after run 2023-08-26 20:04:31 +01:00
drunkendog bc2be40c75 Re-add git clone 2023-08-26 19:57:48 +01:00
drunkendog 7736c3e36e Update .gitea/workflows/test-environment.yaml 2023-08-26 19:57:25 +01:00
drunkendog 61f8040b0d Remove git clone 2023-08-26 19:54:36 +01:00
drunkendog 4476f497cb Remove `cd` into scripts/ directory in setup script 2023-08-26 19:54:18 +01:00
2 changed files with 5 additions and 7 deletions

View File

@ -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
@ -14,3 +13,5 @@ jobs:
sh scripts/get-docker.sh
- name: Check if Docker was installed
run: docker run hello-world
- name: Clean up network (see #3)
run: docker network rm main_subnet

View File

@ -11,6 +11,3 @@ 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