-
Notifications
You must be signed in to change notification settings - Fork 42
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
1 changed file
with
6 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,16 +42,8 @@ jobs: | |
- name: Set up Go | ||
uses: knative/actions/setup-go@main | ||
|
||
- name: Install Dependencies | ||
run: | | ||
echo '::group:: install ko' | ||
curl -L https://github.com/google/ko/releases/download/v0.7.0/ko_0.7.0_Linux_x86_64.tar.gz | tar xzf - ko | ||
chmod +x ./ko | ||
sudo mv ko /usr/local/bin | ||
echo '::endgroup::' | ||
- name: Check out code | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install KinD | ||
env: | ||
|
@@ -113,7 +105,11 @@ jobs: | |
kubectl apply --filename https://github.com/knative/eventing/releases/download/${{ matrix.eventing-version }}/eventing-core.yaml | ||
kubectl apply --filename https://github.com/knative/eventing/releases/download/${{ matrix.eventing-version }}/mt-channel-broker.yaml | ||
- name: Install | ||
- name: Install ko | ||
uses: ko-build/[email protected] | ||
|
||
- name: Install natss channel | ||
uses: ko-build/[email protected] | ||
run: | | ||
Check failure on line 113 in .github/workflows/kind-e2e.yaml GitHub Actions / style / suggester / github_actions
|
||
set -x | ||
# TODO: this should use the release script and then apply the newly created release yaml in the future. | ||
|