Skip to content

Commit

Permalink
test:update docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Dec 11, 2017
1 parent 210de03 commit affd0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/scripts/run_etcd_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

ETCD_VERSION="v3.2"

export SCRIPT_PATH=$(dirname "$(readlink -f "$0")")
export SCRIPT_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export ROOT=$SCRIPT_PATH/../../
export CERT_HOME=$ROOT/jetcd-core/src/test/resources/ssl/cert

Expand Down

0 comments on commit affd0fe

Please sign in to comment.