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.
1 parent bb6809e commit ab9c46aCopy full SHA for ab9c46a
.circleci/config.yml
@@ -79,10 +79,6 @@ do_steps: &do_steps
79
TERM: dumb
80
command: |
81
mkdir -p ~/junit/
82
- docker ps -a -q # debug : are there any docker containers?
83
- docker images -q # debug : are there any docker images ?
84
- docker rm $(docker ps -a -q)
85
- docker rmi $(docker images -q)
86
find ~/source -type f -name results.xml -exec cp {} ~/junit/ \;
87
find ~/source -type f -name xml2junit.xsl -exec cp {} ~/junit/ \;
88
cp -rpf ~/source/ns-3-dce/testpy-output ~/
@@ -107,6 +103,8 @@ jobs:
107
103
workflows:
108
104
version: 2
109
105
build:
106
+ steps:
+ - run: docker ps -a -q # trying to execute docker command outside docker
110
jobs:
111
- ubuntu16.04
112
nightly_workflow:
0 commit comments