Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Jun 5, 2021
1 parent 35ab757 commit e5dc874
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Download exo
run: |
wget https://github.com/appaquet/exocore/releases/download/v0.1.6/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx
wget https://github.com/appaquet/exocore/releases/download/v0.1.7/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx
echo `pwd` >> $GITHUB_PATH
- name: Build app package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
- name: Trigger iOS build
run: |
set -x
git push origin/app-build
git push -f origin/app-build
2 changes: 1 addition & 1 deletion .github/workflows/push-tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Download exo
run: |
wget https://github.com/appaquet/exocore/releases/download/v0.1.6/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx
wget https://github.com/appaquet/exocore/releases/download/v0.1.7/exo.x86_64-unknown-linux-gnu.tar.gz -O - | tar -zx
echo `pwd` >> $GITHUB_PATH
- name: Package app
Expand Down
1 change: 0 additions & 1 deletion ios/Exomind/ExocoreUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class ExocoreUtils {
}

if let node = self.node, self.nodeHasCell {
print("Initializing !")
try ExocoreClient.initialize(node: node)
} else {
print("ExocoreUtils > No node or cell configured")
Expand Down
6 changes: 3 additions & 3 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target 'Exomind' do

pod 'Exocore', '0.1.7'
# pod 'Exocore', :path => '../../exocore'
# pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.6/exocore-ios.tar.gz'
# pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.7/exocore-ios.tar.gz'
end

target 'ExomindActionExt' do
Expand All @@ -26,7 +26,7 @@ target 'ExomindActionExt' do

pod 'Exocore', '0.1.7'
# pod 'Exocore' , :path => '../../exocore'
# pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.6/exocore-ios.tar.gz'
# pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.7/exocore-ios.tar.gz'
end

target 'ExomindTests' do
Expand All @@ -35,7 +35,7 @@ target 'ExomindTests' do

pod 'Exocore', '0.1.7'
# pod 'Exocore', :path => '../../exocore'
# pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.6/exocore-ios.tar.gz'
# pod 'Exocore', :http => 'https://github.com/appaquet/exocore/releases/download/v0.1.7/exocore-ios.tar.gz'
end


Expand Down

0 comments on commit e5dc874

Please sign in to comment.