Skip to content

Commit

Permalink
Fixes ci and only keeps necessary bin
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Sep 25, 2023
1 parent 3a1cd4c commit 49b6b8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
run: |
sudo skopeo --insecure-policy copy oci-archive:${{ steps.rockcraft.outputs.rock }} docker-daemon:vault:1.14.3
- name: Install tox
run: pip install tox

- name: Integration tests
id: test_image
run: cd tests && tox -e integration
Expand Down
2 changes: 2 additions & 0 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ parts:
source: https://github.com/hashicorp/vault.git
source-tag: v1.14.3
source-type: git
stage:
- bin/vault
build-snaps:
- go/1.20/stable

0 comments on commit 49b6b8b

Please sign in to comment.