File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 3333 - run :
3434 name : Assert environment variables have been set
3535 command : |
36+ if [ $CLOUDSMITH_ORGANISATION != "financial-times" ]
37+ then
38+ echo "Test failed: CLOUDSMITH_ORGANISATION has not been set correctly."
39+ exit 1
40+ fi
3641 if [ $CLOUDSMITH_SERVICE_IDENTIFIER != "circleci-orb-testing" ]
3742 then
3843 echo "Test failed: CLOUDSMITH_SERVICE_IDENTIFIER has not been set."
5661 - run :
5762 name : Assert environment variables have been set
5863 command : |
64+ if [ $CLOUDSMITH_DOWNLOADS_DOMAIN != "packages.ft.com" ]
65+ then
66+ echo "Test failed: CLOUDSMITH_DOWNLOADS_DOMAIN has not been set correctly."
67+ exit 1
68+ fi
5969 if [ -z $CLOUDSMITH_PIP_INDEX_URL ]
6070 then
6171 echo "Test failed: CLOUDSMITH_PIP_INDEX_URL has not been set."
You can’t perform that action at this time.
0 commit comments