Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 572dea1

Browse files
author
Mangled Deutz
committed
Replace command exec by env var
Docker-DCO-1.1-Signed-off-by: Mangled Deutz <[email protected]> (github: dmp42)
1 parent a1a3188 commit 572dea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd $SERVICE_APPROOT
77
. ~/env/bin/activate
88

99
pip install --download-cache=~/.pip-cache ./depends/docker-registry-core || exit 1
10-
pip install --download-cache=~/.pip-cache file://`pwd`#egg=docker-registry[bugsnag] || exit 1
10+
pip install --download-cache=~/.pip-cache file://${PWD}#egg=docker-registry[bugsnag] || exit 1
1111

1212
cp -R * ~/
1313

0 commit comments

Comments
 (0)