File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,10 @@ steps:
1515 then
1616 echo "export CLOUDSMITH_ORGANISATION=\"financial-times\"" >> "$BASH_ENV"
1717 fi
18- echo "CLOUDSMITH_ORGANISATION=$CLOUDSMITH_ORGANISATION"
1918 - run :
2019 name : Configure Cloudsmith service
2120 command : |
2221 echo "export CLOUDSMITH_SERVICE_IDENTIFIER=\"<<parameters.service_identifier>>\"" >> "$BASH_ENV"
23- echo "CLOUDSMITH_SERVICE_IDENTIFIER=$CLOUDSMITH_SERVICE_IDENTIFIER"
2422 - run :
2523 name : Authenticate with OIDC
2624 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 "
20+ echo "CLOUDSMITH_REPOSITORY_IDENTIFIER=<<parameters.repository_identifier>> "
2121 - run :
2222 name : Set environment variables for pip
2323 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 "
76fi
87
You can’t perform that action at this time.
0 commit comments