File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ steps:
1313 command : |
1414 if [ -z "$CLOUDSMITH_ORGANISATION" ]
1515 then
16- echo "export CLOUDSMITH_ORGANISATION=\"financial-times\"" >> $BASH_ENV
16+ echo "export CLOUDSMITH_ORGANISATION=\"financial-times\"" >> " $BASH_ENV"
1717 fi
1818 - run :
1919 name : Configure Cloudsmith service
2020 command : |
21- echo "export CLOUDSMITH_SERVICE_IDENTIFIER=\"<<parameters.service_identifier>>\"" >> $BASH_ENV
21+ echo "export CLOUDSMITH_SERVICE_IDENTIFIER=\"<<parameters.service_identifier>>\"" >> " $BASH_ENV"
2222 - run :
2323 name : Authenticate with OIDC
2424 command : <<include(scripts/authenticate_with_oidc.sh)>>
Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ steps:
1212 service_identifier : <<parameters.service_identifier>>
1313 - run :
1414 name : Configure Cloudsmith domains
15- command : |
16- <<include(scripts/configure_cloudsmith_domains.sh)>>
15+ command : <<include(scripts/configure_cloudsmith_domains.sh)>>
1716 - run :
1817 name : Configure Cloudsmith repository
1918 command : |
2019 echo "export CLOUDSMITH_REPOSITORY_IDENTIFIER=\"<<parameters.repository_identifier>>\"" >> $BASH_ENV
2120 - run :
2221 name : Set environment variables for pip
23- command : |
24- <<include(scripts/set_env_vars_for_pip.sh)>>
22+ command : <<include(scripts/set_env_vars_for_pip.sh)>>
Original file line number Diff line number Diff line change 22
33if [ -z " $CLOUDSMITH_DOWNLOADS_DOMAIN " ]
44then
5- echo " export CLOUDSMITH_DOWNLOADS_DOMAIN=\" packages.ft.com\" " >> $BASH_ENV
5+ echo " export CLOUDSMITH_DOWNLOADS_DOMAIN=\" packages.ft.com\" " >> " $BASH_ENV "
66fi
77
You can’t perform that action at this time.
0 commit comments