File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
run : |
77
77
echo "Sleeping 10s..."
78
78
sleep 10
79
- docker logs docker_registry_proxy > initial_logs.txt
79
+ docker logs docker_registry_proxy & > initial_logs.txt
80
80
81
81
- name : " LOG: initial_logs.txt"
82
82
run : pipetty ccze -A < initial_logs.txt
@@ -156,7 +156,7 @@ jobs:
156
156
157
157
- name : Get the cold cache logs for the container into a file
158
158
run : |
159
- docker logs docker_registry_proxy > cold_cache.txt
159
+ docker logs docker_registry_proxy & > cold_cache.txt
160
160
161
161
- name : " LOG: cold_cache.txt"
162
162
run : |
@@ -183,7 +183,7 @@ jobs:
183
183
184
184
- name : Get the warm cache docker logs for the container into a file
185
185
run : |
186
- docker logs docker_registry_proxy > warm_cache.txt
186
+ docker logs docker_registry_proxy & > warm_cache.txt
187
187
188
188
- name : " LOG: warm_cache.txt"
189
189
run : |
You can’t perform that action at this time.
0 commit comments