diff --git a/.travis.yml b/.travis.yml index 796d565a9b..49264bda1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ jobs: depth: false script: - .travis/export-github-repo.sh web3.js/ solana-web3.js - - .travis/export-github-repo.sh explorer/ explorer - &release-artifacts if: type IN (api, cron) OR tag IS present diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index 671d3f0c14..94fc6f4fd1 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -262,7 +262,7 @@ pull_or_push_steps() { all_test_steps fi - # web3.js, explorer and docs changes run on Travis... + # web3.js, explorer and docs changes run on Travis or Github actions... } diff --git a/explorer/.github/PULL_REQUEST_TEMPLATE.md b/explorer/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 9d05a4dd73..0000000000 --- a/explorer/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,3 +0,0 @@ -# This repo is a mirror of https://github.com/solana-labs/solana/tree/master/explorer - -Please make changes directly to the main Solana repo: https://github.com/solana-labs/solana diff --git a/explorer/.slugignore b/explorer/.slugignore deleted file mode 100644 index 3c3629e647..0000000000 --- a/explorer/.slugignore +++ /dev/null @@ -1 +0,0 @@ -node_modules diff --git a/explorer/app.json b/explorer/app.json deleted file mode 100644 index 417a1a59ff..0000000000 --- a/explorer/app.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "buildpacks": [ - { - "url": "https://github.com/solana-labs/create-react-app-buildpack.git" - } - ] -} diff --git a/explorer/static.json b/explorer/static.json deleted file mode 100644 index c35e3ca258..0000000000 --- a/explorer/static.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "https_only": true, - "root": "build/", - "routes": { - "/**": "index.html" - } -}