Skip to content
Snippets Groups Projects
Unverified Commit b3a5f636 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Fix prepare build execution in docker environment

parent 161a419e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,7 +11,7 @@ retry() {
return 1
}
 
if [ -f /.dockerinit ]; then
if [ -f /.dockerenv ] || [ -f ./dockerinit ]; then
mkdir -p vendor
 
# Install phantomjs package
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment