Skip to content

Commit

Permalink
removed temporary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Liubov Danilina committed Jan 16, 2024
1 parent 998d193 commit 802b714
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cd_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ jobs:
- name: Install modules
run: yarn install

- name: Temp update dependency for webrtc
run: |
cd node_modules/react-native-webrtc
sed -i '' -e '$ d' react-native-webrtc.podspec
sed -i '' -e '$ d' react-native-webrtc.podspec
echo " s.dependency 'WebRTC', '0.0.112'" >> react-native-webrtc.podspec
echo "end" >> react-native-webrtc.podspec
- name: Create internal environment
env:
ENV: ${{secrets.ENV}}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/cd_tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
- name: Install modules
run: yarn install

- name: Temp update dependency for webrtc
run: |
cd node_modules/react-native-webrtc
sed -i '' -e '$ d' react-native-webrtc.podspec
sed -i '' -e '$ d' react-native-webrtc.podspec
echo " s.dependency 'WebRTC', '0.0.112'" >> react-native-webrtc.podspec
echo "end" >> react-native-webrtc.podspec
- name: Create internal environment
env:
ENV: ${{secrets.ENV}}
Expand Down

0 comments on commit 802b714

Please sign in to comment.