File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
# -*- mode: sh; -*-
3
3
4
4
# File: before_install.sh
5
- # Time-stamp: <2018-02-15 14:59:13 >
5
+ # Time-stamp: <2018-02-15 15:13:20 >
6
6
# Copyright (C) 2018 Sergei Antipov
7
7
# Description:
8
8
@@ -21,10 +21,9 @@ docker version
21
21
# Pull docker image or build it
22
22
if [ -f tests/Dockerfile.${DISTRIBUTION} _${DIST_VERSION} ]
23
23
then
24
- sudo docker build --rm=true --file=tests/Dockerfile.${DISTRIBUTION} _${DIST_VERSION}
25
- --tag ${DISTRIBUTION} :${DIST_VERSION} tests
24
+ docker build --rm=true --file=tests/Dockerfile.${DISTRIBUTION} _${DIST_VERSION} --tag ${DISTRIBUTION} :${DIST_VERSION} tests
26
25
else
27
- sudo docker pull ${DISTRIBUTION} :${DIST_VERSION}
26
+ docker pull ${DISTRIBUTION} :${DIST_VERSION}
28
27
fi
29
28
30
29
ln -s ${PWD} tests/greendayonfire.mongodb
You can’t perform that action at this time.
0 commit comments