Skip to content

Commit

Permalink
Removed timelapse branch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Aug 17, 2024
1 parent c0664ce commit 0e44283
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/gitterra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e44283

Please sign in to comment.