Skip to content

Commit

Permalink
Whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Overbeck committed Dec 1, 2023
1 parent 7b00800 commit fa414d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ commands:
name: Restore bash environment from bash.env
command: !
cat bash.env >> $BASH_ENV || true
- run: |
- run:
name: Display value of CORE_VERSION_OVERRIDE
echo "CORE_VERSION_OVERRIDE is $CORE_VERSION_OVERRIDE"
command: echo "CORE_VERSION_OVERRIDE is $CORE_VERSION_OVERRIDE"

send_coverage:
steps:
Expand Down

0 comments on commit fa414d7

Please sign in to comment.