pull/3285/head
filip mertens 2 years ago
parent 3c8e8ab9cb
commit 6a03e8fba4
  1. 3
      apps/remix-ide/ci/remixd_test.zsh

@ -6,6 +6,9 @@ BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"
TEST_EXITCODE=0
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
cd ..
echo $SHELL
ls -la .

Loading…
Cancel
Save