-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1553 from fluxcd/bootstrap-libgit2-test
Add libgit2 test to bootstrap workflow
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,13 @@ jobs: | |
--team=team-z | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }} | ||
- name: libgit2 | ||
run: | | ||
/tmp/flux create source git test-libgit2 \ | ||
--url=ssh://[email protected]/fluxcd-testing/${{ steps.vars.outputs.test_repo_name }} \ | ||
--git-implementation=libgit2 \ | ||
--secret-ref=flux-system \ | ||
--branch=main | ||
- name: uninstall | ||
run: | | ||
/tmp/flux uninstall -s --keep-namespace | ||
|
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