From 0e44283a1a638808bdd69a7351f8f21b298ebebd Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Fri, 16 Aug 2024 22:47:02 -0400 Subject: [PATCH] Removed timelapse branch reference --- action.yml | 2 -- templates/gitterra.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index e851b2b..93635a7 100644 --- a/action.yml +++ b/action.yml @@ -50,8 +50,6 @@ runs: with: repository: "GitTerraGame/Play-GitTerra-Action" path: "builders" - #TODO: remove the ref once the action is merged - ref: "timelapse" - name: Looking for a stash of existing tools id: cache-npm diff --git a/templates/gitterra.yml b/templates/gitterra.yml index 784f5b3..9e763b3 100644 --- a/templates/gitterra.yml +++ b/templates/gitterra.yml @@ -17,7 +17,7 @@ GitTerra: - echo "====================" - echo Transporting builders to the construction site - mkdir -p /tmp/gitterra - - git clone --single-branch --depth=1 -b timelapse https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/gitterra/GitTerra.git /tmp/gitterra/gitterra + - git clone --single-branch --depth=1 https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/gitterra/GitTerra.git /tmp/gitterra/gitterra - (cd /tmp/gitterra/gitterra && npm install) - echo Inviting a wizard from a distant land - mkdir -p /tmp/gitterra/scc