Compare commits

..

No commits in common. "96f89486addb2ef0494b34bfe5506c390658890d" and "57fb1ddb09ce7855d0446f5d8bc4c5deb6e5c7fd" have entirely different histories.

2 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,8 @@
name: Environment Setup Test
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push, pull_request]
jobs:
Setup:
Explore-Gitea-Actions:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
@ -13,5 +14,3 @@ 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,3 +11,6 @@ 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