Skip to content

Commit

Permalink
Fixing docker-start to actually find the new create-git-url script (#4)
Browse files Browse the repository at this point in the history
* adds the ability to configure GIT_REPO with a protocol other than `https`

* Fix: docker-start.sh was unable to "find" create-git-url.sh
  • Loading branch information
ehirsch authored and DonMartin76 committed Jul 7, 2017
1 parent 1df7ce6 commit ab64bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/docker-start.sh
Expand Up @@ -2,7 +2,8 @@

set -e

. create-git-url.sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
. ${DIR}/create-git-url.sh

runtimeEnv=$(uname)

Expand Down

0 comments on commit ab64bdd

Please sign in to comment.