Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Nov 28, 2023
1 parent 229a33b commit 30ba513
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ platform:
os: linux
steps:
- commands:
- ls -la integration-tests/configs/mimir/mimir.yaml
- docker run --rm -v /drone/src/integration-tests/configs/mimir/mimir.yaml:/mimir.yaml
alpine ls -la /mimir.yaml
- make integration-test
image: grafana/agent-build-image:0.30.4
name: Run integration tests
Expand Down Expand Up @@ -1450,6 +1451,6 @@ kind: secret
name: updater_private_key
---
kind: signature
hmac: b065b35b249a131f0a7fd805890d39a1384ffa6d556b82d7f59ce1a70303d619
hmac: 2b5c3faa029d8d0327a8b7072491eb0425e07e2400d34a45e04cbe1099a28c6c

...
2 changes: 1 addition & 1 deletion .drone/pipelines/test.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ local pipelines = import '../util/pipelines.jsonnet';
path: '/var/run/docker.sock',
}],
commands: [
'ls -la integration-tests/configs/mimir/mimir.yaml',
'docker run --rm -v /drone/src/integration-tests/configs/mimir/mimir.yaml:/mimir.yaml alpine ls -la /mimir.yaml',
'make integration-test',
],
}],
Expand Down

0 comments on commit 30ba513

Please sign in to comment.