Skip to content

Commit

Permalink
chore: Remove hard coded nextjs repo (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored Jul 31, 2024
1 parent 0383907 commit b2bea54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var agentRepo = nrRepo{
}
var externalsRepos = []nrRepo{
{url: `https://github.com/newrelic/newrelic-node-apollo-server-plugin.git`, branch: `main`, testPath: `tests/versioned`},
{url: `https://github.com/newrelic/newrelic-node-nextjs.git`, branch: `main`, testPath: `tests/versioned`},
}

var columHeaders = map[string]string{
Expand Down

0 comments on commit b2bea54

Please sign in to comment.