-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
☁️ chore(automation): Applying changes from upstream repository.
- Loading branch information
Megabyte Labs
committed
Mar 22, 2023
1 parent
58455fa
commit 838e69c
Showing
7 changed files
with
22 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,7 @@ | |
# ensure that the latest upstream changes are retrieved, that the project is | ||
# properly generated with them, and that all the development dependencies are installed. | ||
# Documentation on Taskfile.yml syntax can be found [here](https://taskfile.dev/). | ||
git config url."https://gitlab.com/".insteadOf [email protected]: | ||
git config url."https://github.com/".insteadOf [email protected]: | ||
|
||
set -eo pipefail | ||
|
||
# @description Initialize variables | ||
|
@@ -487,6 +486,7 @@ function ensureTaskfiles() { | |
# shellcheck disable=SC2016 | ||
logger warn 'Something is wrong with the `Taskfile.yml` - grabbing main `Taskfile.yml`' | ||
git checkout HEAD~1 -- Taskfile.yml | ||
task --list || curl -sSL https://gitlab.com/megabyte-labs/common/shared/-/raw/master/Taskfile.yml | ||
if ! task donothing; then | ||
logger error 'Error appears to be with main Taskfile.yml' | ||
else | ||
|