Skip to content

Commit

Permalink
Fix typo adding exported tag to $BASH_ENV (#8153)
Browse files Browse the repository at this point in the history
  • Loading branch information
phelpsdb authored Apr 18, 2024
1 parent d3510d1 commit c4c6dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/src/jobs/deploy-foundation-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
- run:
name: Fetch and export version
command: |
echo "export exported_version_tag=$(jq -r .version ~/audius-protocol/packages/discovery-provider/.version.json) >> $BASH_ENV"
echo "export exported_version_tag=$(jq -r .version ~/audius-protocol/packages/discovery-provider/.version.json)" >> "$BASH_ENV"
- docker-tag-images:
tag: edge
service: all
Expand Down

0 comments on commit c4c6dc5

Please sign in to comment.