Commit 20a24830 authored by ioedeveloper's avatar ioedeveloper

List dir content

parent a6f30efa
......@@ -7,6 +7,7 @@ setupRemixd () {
echo 'sharing folder: '
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 & ls
cd $PWD
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
......@@ -6,7 +6,8 @@ setupRemixd () {
SHAREDDIR="/apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 & ls
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
cd $PWD
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
......@@ -6,7 +6,8 @@ setupRemixd () {
SHAREDDIR="/apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 & ls
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
cd $PWD
}
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
......
......@@ -6,7 +6,8 @@ setupRemixd () {
SHAREDDIR="/apps/remix-ide/contracts"
echo 'sharing folder: '
echo $PWD$SHAREDDIR
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 & ls
remixd -s $PWD$SHAREDDIR --remix-ide http://127.0.0.1:8080 &
cd $PWD
}
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