-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try adding commit to version for devel builds
- Loading branch information
Showing
4 changed files
with
6 additions
and
75 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Build | ||
run: go build -v -o kubectl-browse-pvc . | ||
run: go build -v -ldflags "-X main.Version=${GITHUB_SHA::7}" -o kubectl-browse-pvc . | ||
|
||
- name: Fix permissions | ||
run: chmod +x ./kubectl-browse-pvc | ||
|
@@ -42,7 +42,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Build | ||
run: go build -v -o kubectl-browse-pvc . | ||
run: go build -v -ldflags "-X main.Version=${GITHUB_SHA::7}" -o kubectl-browse-pvc . | ||
|
||
- name: Fix permissions | ||
run: chmod +x ./kubectl-browse-pvc | ||
|
@@ -54,24 +54,5 @@ jobs: | |
path: | | ||
./kubectl-browse-pvc | ||
LICENSE | ||
# integration-tests: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - name: Create KIND Cluster | ||
# uses: helm/[email protected] | ||
# with: | ||
# cluster_name: testing | ||
|
||
# - name: Get cluster info | ||
# run: | | ||
# kubectl cluster-info | ||
# kubectl get nodes | ||
|
||
# - name: Check out Code | ||
# uses: actions/[email protected] | ||
|
||
# - name: Download Artifacts | ||
# uses: actions/download-artifact@v4 | ||
|
||
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