Commit c2febcf3 authored by ioedeveloper's avatar ioedeveloper

Changed shared dir

parent e308df88
......@@ -5,8 +5,8 @@ set -e
setupRemixd () {
SHAREDDIR="apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
echo $PWD/$SHAREDDIR
remixd -s $PWD/$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
......@@ -5,8 +5,8 @@ set -e
setupRemixd () {
SHAREDDIR="apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
echo $PWD/$SHAREDDIR
remixd -s $PWD/$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
......@@ -5,8 +5,8 @@ set -e
setupRemixd () {
SHAREDDIR="apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
echo $PWD/$SHAREDDIR
remixd -s $PWD/$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
......@@ -5,8 +5,8 @@ set -e
setupRemixd () {
SHAREDDIR="apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
echo $PWD/$SHAREDDIR
remixd -s $PWD/$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment