Skip to content

Commit 6e46c3b

Browse files
authored
1 parent 4aad1f2 commit 6e46c3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/package/circleci/orb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
- run:
116116
name: Find flag references
117117
command: |
118-
source $BASH_ENV || true
118+
touch $BASH_ENV
119+
source $BASH_ENV
119120
ld-find-code-refs \
120121
--debug="<< parameters.debug >>" \
121122
--accessToken="<< parameters.access_token >>" \

0 commit comments

Comments
 (0)