Compare commits
No commits in common. "96f89486addb2ef0494b34bfe5506c390658890d" and "57fb1ddb09ce7855d0446f5d8bc4c5deb6e5c7fd" have entirely different histories.
96f89486ad
...
57fb1ddb09
|
|
@ -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
|
||||
|
|
@ -12,6 +13,4 @@ jobs:
|
|||
sh setup.sh
|
||||
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
|
||||
run: docker run hello-world
|
||||
5
setup.sh
5
setup.sh
|
|
@ -10,4 +10,7 @@ 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
|
||||
git clone https://git.162536.xyz/drunkendog/standard-build.git
|
||||
|
||||
cd standard-build/scripts
|
||||
exec bash
|
||||
Loading…
Reference in New Issue