Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Fix outdated sed CI expression preventing actually testing against th…
Browse files Browse the repository at this point in the history
…e current SDK version correctly (#103)
  • Loading branch information
gwhelanLD authored Jan 21, 2022
1 parent adeac7c commit eb26b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
command: |
cd ../hello-react-native
TEMP_FILE=`mktemp -u` || exit 1
sed 's/"launchdarkly-react-native-client-sdk": "^\{0,1\}[0-9.]*"\,$/"launchdarkly-react-native-client-sdk": "file:..\/project"\,/' 'package.json' > $TEMP_FILE
sed 's/"launchdarkly-react-native-client-sdk" *: *"[^"]*" *, *$/"launchdarkly-react-native-client-sdk": "file:..\/project"\,/' 'package.json' > $TEMP_FILE
mv $TEMP_FILE 'package.json'
jobs:
Expand Down

0 comments on commit eb26b57

Please sign in to comment.