Skip to content

Commit

Permalink
remove unused env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Feb 28, 2020
1 parent 429f2e4 commit 3224ea4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,8 @@ jobs:
- run: chmod +x bin/kubectl-schemahero

- run: make kotsimages
env:
SHA: $(echo ${GITHUB_SHA} | cut -c1-7)

- run: ./bin/kubectl-schemahero install --yaml --out-dir=./kots --enterprise --namespace="repl{{ Namespace }}" --enterprise-tag=alpha
env:
SHA: $(echo ${GITHUB_SHA} | cut -c1-7)

- name: Lint the release
id: lint-action
Expand Down

0 comments on commit 3224ea4

Please sign in to comment.