Skip to content

Commit

Permalink
Remove artifacts in docker E2E sync
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jul 15, 2024
1 parent 09190a3 commit b294ff1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,6 @@ steps:
command: |
rm -rf run/private/docker/databases
cd run/private/docker && ./run.sh sync
artifact_paths:
- "./run/private/docker/logs/*"
agents:
system: x86_64-linux
concurrency: 1
Expand All @@ -576,8 +574,6 @@ steps:
command: |
rm -rf run/sanchonet/docker/databases
cd run/sanchonet/docker && ./run.sh sync
artifact_paths:
- "./run/sanchonet/docker/logs/*"
agents:
system: x86_64-linux
concurrency: 1
Expand All @@ -599,8 +595,6 @@ steps:
# necessary to avoid the broken network
./snapshot.sh
./run.sh sync
artifact_paths:
- "./run/preprod/docker/logs/*"
agents:
system: x86_64-linux
concurrency: 1
Expand Down

0 comments on commit b294ff1

Please sign in to comment.