We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a61127 commit a26c739Copy full SHA for a26c739
.circleci/config.yml
@@ -376,9 +376,9 @@ workflows:
376
- end_to_end_tests:
377
requires:
378
- install
379
-# - end_to_end_tests_localdb:
380
-# requires:
381
-# - install
+ - end_to_end_tests_localdb:
+ requires:
+ - install
382
# - api_sync:
383
# requires:
384
# - install
env/custom.sh
@@ -1,2 +1,3 @@
1
#export CBIOPORTAL_URL="http://localhost:8080"
2
#export GENOME_NEXUS_URL="https://www.genomenexus.org"
3
+export BACKEND="cbioportal:release-5.0.0"
0 commit comments