Chore(cleanup): Remove go binary and vendor file from chaos charts (#449)
Signed-off-by: uditgaurav <udit@chaosnative.com> Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
5
.github/workflows/push.yml
vendored
5
.github/workflows/push.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
# Install golang
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.13.1'
|
||||
go-version: '1.14'
|
||||
|
||||
# Setup gopath
|
||||
- name: Setting up GOPATH
|
||||
@@ -35,12 +35,9 @@ jobs:
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
cd ${GOPATH}/src/github.com/${{github.repository}}
|
||||
make combineExpCR
|
||||
shell: bash
|
||||
|
||||
# Commit and push the changes from the chart directory
|
||||
- name: Commit and Push the changes
|
||||
run: |
|
||||
cd ${GOPATH}/src/github.com/${{github.repository}}
|
||||
make push
|
||||
shell: bash
|
||||
|
||||
|
Reference in New Issue
Block a user