From 8f2a649ea554af3577d5c0be206f768da6d3275d Mon Sep 17 00:00:00 2001 From: Ino de Bruijn Date: Tue, 15 Jun 2021 10:35:39 -0400 Subject: [PATCH] use prod env for master branch testing --- env/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/master.sh b/env/master.sh index 44e01344dcc..b86a86f66f1 100644 --- a/env/master.sh +++ b/env/master.sh @@ -1,2 +1,2 @@ -export CBIOPORTAL_URL="https://master.cbioportal.org" +export CBIOPORTAL_URL="https://www.cbioportal.org" export GENOME_NEXUS_URL="https://www.genomenexus.org"