Skip to content

Commit

Permalink
print more env
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Mar 1, 2017
1 parent 417f1d2 commit 7e577d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jenkins/docker-compose.yml
Expand Up @@ -8,7 +8,7 @@ services:
environment:
- NPROC=8
- CAP_DIR=$WORKSPACE
command: $WORKSPACE/docker/jenkins/build.sh
command: bash -c "env && $WORKSPACE/docker/jenkins/build.sh"

volumes:
jenkins_data:
Expand Down

0 comments on commit 7e577d6

Please sign in to comment.