From f2acad6e094efd079e1051d9763af6cfd4619326 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 28 Jul 2025 09:21:57 -0700 Subject: [PATCH] test --- .gitea/workflows/pipeline.yml | 2 +- testing-vanilla/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 1ffaeb5..885ef41 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -22,7 +22,7 @@ env: IMAGE_TAG_DEBIAN: bookworm DIGEST_FILE: .cache/debian-base.digest VERSIONS: vanilla testing-vanilla fabric testing-fabric -################### + jobs: poll-debian-base-and-detect-changes: runs-on: vm-docker-build2 diff --git a/testing-vanilla/Dockerfile b/testing-vanilla/Dockerfile index ef756e6..a6db812 100644 --- a/testing-vanilla/Dockerfile +++ b/testing-vanilla/Dockerfile @@ -10,7 +10,7 @@ ENV XMS_SIZE="" ENV XMN_SIZE="" # URL's for files -ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing-venilla/install_script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/minecraft/raw/branch/master/testing-vanilla/install_script.sh # Install Dependencies. RUN apt-get -y update \