Skip to content

Commit 5bfa391

Browse files
committed
Remove additional output as didn't work
1 parent 5fb8811 commit 5bfa391

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

src/commands/authenticate_with_oidc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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)>>

src/commands/set_env_vars_for_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
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)>>

src/scripts/configure_cloudsmith_domains.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
if [ -z "$CLOUDSMITH_DOWNLOADS_DOMAIN" ]
44
then
55
echo "export CLOUDSMITH_DOWNLOADS_DOMAIN=\"packages.ft.com\"" >> "$BASH_ENV"
6-
echo "CLOUDSMITH_DOWNLOADS_DOMAIN=$CLOUDSMITH_DOWNLOADS_DOMAIN"
76
fi
87

0 commit comments

Comments
 (0)