Skip to content

Commit

Permalink
Switching back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Aug 17, 2024
1 parent 9148ab6 commit 0bf6cd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gitterra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Play GitTerra 🎮
uses: GitTerraGame/Play-GitTerra@timelapse
uses: GitTerraGame/Play-GitTerra@main

deploy-gitterra-to-gh-pages:
if: github.ref == 'refs/heads/main'
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include:
- component: gitlab.com/gitterra/GitTerra/gitterra@timelapse
- component: gitlab.com/gitterra/GitTerra/pages@timelapse
- component: gitlab.com/gitterra/GitTerra/gitterra@~latest
- component: gitlab.com/gitterra/GitTerra/pages@~latest

stages:
- build
Expand Down
4 changes: 2 additions & 2 deletions .gitterra.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default (config) => {
config.timelapseLookBackPerfRun = 100;
config.createTimelapse = true;
// config.timelapseLookBackPerfRun = 100;
// config.createTimelapse = true;

return config;
};

0 comments on commit 0bf6cd3

Please sign in to comment.