mirror of
https://github.com/Frail7487Real/laughing-spork.git
synced 2024-11-14 16:44:55 -05:00
it works time to remove debug lines
This commit is contained in:
parent
d6341dde24
commit
2a2cb11df0
1 changed files with 0 additions and 5 deletions
5
.github/workflows/runglobal.yml
vendored
5
.github/workflows/runglobal.yml
vendored
|
@ -66,9 +66,6 @@ jobs:
|
||||||
docker compose up -d &
|
docker compose up -d &
|
||||||
|
|
||||||
if [ "${{ inputs.oldTailscaleHostname }}" != "" ]; then
|
if [ "${{ inputs.oldTailscaleHostname }}" != "" ]; then
|
||||||
echo DEBUG: old tailscale hostname is not empty
|
|
||||||
echo it is AA${{ inputs.oldTailscaleHostname }}AA
|
|
||||||
|
|
||||||
npm install -g serve
|
npm install -g serve
|
||||||
|
|
||||||
cd /tmp
|
cd /tmp
|
||||||
|
@ -79,8 +76,6 @@ jobs:
|
||||||
|
|
||||||
cd minecraft
|
cd minecraft
|
||||||
else
|
else
|
||||||
echo DEBUG: old tailsale hostname no exist, making minecraft
|
|
||||||
|
|
||||||
mkdir /tmp/minecraft
|
mkdir /tmp/minecraft
|
||||||
cd /tmp/minecraft
|
cd /tmp/minecraft
|
||||||
wget -O docker-compose.yml https://raw.githubusercontent.com/CeciliaKelley33Mm/global/refs/heads/master/minecraft-compose.yml
|
wget -O docker-compose.yml https://raw.githubusercontent.com/CeciliaKelley33Mm/global/refs/heads/master/minecraft-compose.yml
|
||||||
|
|
Loading…
Reference in a new issue