diff --git a/.circleci/config.yml b/.circleci/config.yml index 88fadf82d..1ff6063c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,8 +97,7 @@ jobs: name: findDevelopSnapshot command: | echo 'export LATEST_DEVELOP_VERSION='$(curl "https://artifacts.oicr.on.ca/artifactory/api/search/latestVersion?g=io.dockstore&a=dockstore&repos=collab-snapshot&v=*") >> $BASH_ENV - echo $BASH_ENV - echo $LATEST_DEVELOP_VERSION + echo ${LATEST_DEVELOP_VERSION} unit-tests: executor: unit_tests_executor