diff --git a/.expeditor/run_linux_tests.sh b/.expeditor/run_linux_tests.sh index 816a24d..5786db1 100755 --- a/.expeditor/run_linux_tests.sh +++ b/.expeditor/run_linux_tests.sh @@ -10,11 +10,6 @@ export USER="root" apt-get update -y apt-get install awscli -y -# echo "Restoring the bundle cache archive to vendor/bundle" -# if [ -f bundle.tar.gz ]; then -# tar -xzf bundle.tar.gz -# fi - git config --global user.email "foo@example.com" git config --global user.name "Foo Bar"