testing
This commit is contained in:
parent
6319b46124
commit
7d6750151b
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ test:
|
|||
- echo "copying logs"
|
||||
- pwd
|
||||
- ls -al
|
||||
- docker run --rm -v clr_test_logs_volume:/logs -v /builds/mfd/clearing/artifacts/logs:/artifacts alpine sh -c "cp -r /logs/. /artifacts/"
|
||||
- docker run --rm -v clr_test_logs_volume:/logs alpine tar -C /logs -cf - . | tar -C artifacts/logs -xf -
|
||||
- ls -la artifacts/logs
|
||||
# - echo "Cleaning up log volume"
|
||||
# - docker volume rm clr_test_logs_volume
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue