Skip to content

Commit

Permalink
pick up latest promtool
Browse files Browse the repository at this point in the history
  • Loading branch information
vishiy committed Jul 27, 2022
1 parent e30a94a commit 9adb641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release-mixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
run: echo "SEMVER=${HELM_CHART_VERSION}-${BRANCH_NAME}-${DATE_TIME_PST}-${COMMIT_SHA}" >> $GITHUB_ENV
- name: Show-versions-On-build-machine
run: lsb_release -a && go version
#- name: Set-MixinName
# run: echo "MIXIN_NAME=coredns" >> $GITHUB_ENV
- name: Set-MixinName
run: echo "MIXIN_NAME=coredns" >> $GITHUB_ENV
- name: Set-MixinName2
run: echo "MIXIN_NAME2=${{ github.event.inputs.mixinName }}" >> $GITHUB_ENV
run: echo "MIXIN_NAME=${{ github.event.inputs.mixinName }}" >> $GITHUB_ENV
- name: Get-Prereqs-To-Build-node-or-coredns-mixin
if: env.MIXIN_NAME != 'kubernetes'
run: cd ./mixins/${{ env.MIXIN_NAME }}/ && go install github.com/google/go-jsonnet/cmd/jsonnet@latest && go install github.com/google/go-jsonnet/cmd/jsonnetfmt@latest && go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest && GO111MODULE=on go install -v github.com/prometheus/prometheus/cmd/promtool@latest
Expand Down

0 comments on commit 9adb641

Please sign in to comment.