Skip to content

Commit

Permalink
update pass and error message on rpm/deb test
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbushko committed Apr 6, 2022
1 parent 50e29bf commit 8272b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ jobs:
image: ubuntu:latest
options: -v ${{ github.workspace }}:/work
run: |
apt update && apt install -y openssl
apt update && apt install -y openssl
cd /work
apt install ./out/${{ env.DEB_PACKAGE }}
CONSUL_K8S_VERSION="$(consul-k8s version | awk '{print $2}')"
VERSION="${{ needs.get-product-version.outputs.product-version }}"
Expand Down

0 comments on commit 8272b4d

Please sign in to comment.