File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ steps:
1515 then
1616 echo "export CLOUDSMITH_ORGANISATION=\"financial-times\"" >> "$BASH_ENV"
1717 fi
18+ echo "CLOUDSMITH_ORGANISATION=$CLOUDSMITH_ORGANISATION"
1819 - run :
1920 name : Configure Cloudsmith service
2021 command : |
2122 echo "export CLOUDSMITH_SERVICE_IDENTIFIER=\"<<parameters.service_identifier>>\"" >> "$BASH_ENV"
23+ echo "CLOUDSMITH_SERVICE_IDENTIFIER=$CLOUDSMITH_SERVICE_IDENTIFIER"
2224 - run :
2325 name : Authenticate with OIDC
2426 command : <<include(scripts/authenticate_with_oidc.sh)>>
Original file line number Diff line number Diff line change 1717 name : Configure Cloudsmith repository
1818 command : |
1919 echo "export CLOUDSMITH_REPOSITORY_IDENTIFIER=\"<<parameters.repository_identifier>>\"" >> $BASH_ENV
20+ echo "CLOUDSMITH_REPOSITORY_IDENTIFIER=$CLOUDSMITH_REPOSITORY_IDENTIFIER"
2021 - run :
2122 name : Set environment variables for pip
2223 command : <<include(scripts/set_env_vars_for_pip.sh)>>
Original file line number Diff line number Diff line change 33if [ -z " $CLOUDSMITH_DOWNLOADS_DOMAIN " ]
44then
55 echo " export CLOUDSMITH_DOWNLOADS_DOMAIN=\" packages.ft.com\" " >> " $BASH_ENV "
6+ echo " CLOUDSMITH_DOWNLOADS_DOMAIN=$CLOUDSMITH_DOWNLOADS_DOMAIN "
67fi
78
You can’t perform that action at this time.
0 commit comments