We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f57b401 + 90381fc commit 40d278aCopy full SHA for 40d278a
circle.yml
@@ -87,11 +87,11 @@ jobs:
87
# working_directory: ~/st2-packages
88
- run:
89
name: Test the Packages
90
- command: |
91
- set -x
92
- .circle/docker-compose2.sh test ${DISTRO}
93
- # Once test container finishes we can copy logs directly from it
94
- docker cp st2-packages-vol:/var/log/st2 ~/st2-packages/build/${DISTRO}/log/st2
+ command: .circle/docker-compose2.sh test ${DISTRO}
+ - run:
+ when: always
+ name: Grab the st2 logs
+ command: docker cp st2-packages-vol:/var/log/st2 ~/st2-packages/build/${DISTRO}/log/st2
95
- store_artifacts:
96
path: ~/st2-packages/build
97
destination: packages
0 commit comments