Skip to content

Commit ab9c46a

Browse files
committed
trying to execute outside docker env
Signed-off-by: Parth Pratim Chatterjee <[email protected]>
1 parent bb6809e commit ab9c46a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ do_steps: &do_steps
7979
TERM: dumb
8080
command: |
8181
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)
8682
find ~/source -type f -name results.xml -exec cp {} ~/junit/ \;
8783
find ~/source -type f -name xml2junit.xsl -exec cp {} ~/junit/ \;
8884
cp -rpf ~/source/ns-3-dce/testpy-output ~/
@@ -107,6 +103,8 @@ jobs:
107103
workflows:
108104
version: 2
109105
build:
106+
steps:
107+
- run: docker ps -a -q # trying to execute docker command outside docker
110108
jobs:
111109
- ubuntu16.04
112110
nightly_workflow:

0 commit comments

Comments
 (0)