rm stray /

This commit is contained in:
Michael Bradley, Jr 2018-07-24 22:00:41 -05:00
parent d1b9f67cdb
commit f5bf50b60b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export EMBARK_DOCKER_EXTRA_RUN_OPTS='--rm'
export EMBARK_DOCKER_IMAGE=statusim/embark
export EMBARK_DOCKER_TAG=custom
export EMBARK_DOCKERFILE='https://github.com/embark-framework/embark-docker.git#some/branch'
export EMBARK_VERSION='embark-framework/embark#/features/branch'
export EMBARK_VERSION='embark-framework/embark#features/branch'
export NODE_TAG=10.7.0
export RUNNER='https://raw.githubusercontent.com/embark-framework/embark-docker/some/branch/run.sh'