-
-
Notifications
You must be signed in to change notification settings - Fork 625
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
19 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -64,11 +64,13 @@ includes: | |
|
||
## Git nodes | ||
|
||
You can also include a Taskfile from a Git node. We currently support only "scp-style" addresses like `[email protected]/foo/bar?ref=v1//Taskfiles.yml` | ||
You can also include a Taskfile from a Git node. We currently support ssh-style and http / https addresses like `[email protected]/foo/bar?ref=v1//Taskfiles.yml` and `https://example.com/foo/bar.git?ref=v1//Taskfiles.yml`. | ||
|
||
You need to follow this pattern : `<baseUrl>.git?ref=<ref>//<path>`. | ||
The `ref` parameter can be a branch name or a tag, and the `path` is the path to the Taskfile in the repository. | ||
|
||
If you want to use the SSH protocol, you need to make sure that your ssh-agent has your private ssh keys added so that they can be used during authentication. | ||
|
||
## Security | ||
|
||
Running commands from sources that you do not control is always a potential | ||
|