Skip to content

Commit

Permalink
UPdate ruby version/remove slack notifiacation
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari committed Oct 24, 2024
1 parent ed08ee7 commit a7fc6f6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
path: output
- store_test_results:
path: output/scan
- slack/notify:
event: fail
template: basic_fail_1
# - slack/notify:
# event: fail
# template: basic_fail_1

build-demo-swift:
macos:
Expand All @@ -38,9 +38,9 @@ jobs:
command: bundle exec fastlane $FASTLANE_LANE
- store_artifacts:
path: output
- slack/notify:
event: fail
template: basic_fail_1
# - slack/notify:
# event: fail
# template: basic_fail_1

build-demo-objc:
macos:
Expand All @@ -56,9 +56,9 @@ jobs:
command: bundle exec fastlane $FASTLANE_LANE
- store_artifacts:
path: output
- slack/notify:
event: fail
template: basic_fail_1
# - slack/notify:
# event: fail
# template: basic_fail_1

success-slack-notify:
docker:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ios-sdk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install ruby and gem dependencies
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
ruby-version: 3.0.0
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

sdk-tests:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: demo-swift
path: ./${{ env.FL_OUTPUT_DIR }}/**
path: ${{ env.FL_OUTPUT_DIR }}/**

build-demo-objc:
name: "Build Demo Objective-C"
Expand All @@ -69,4 +69,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: demo-objc
path: ./${{ env.FL_OUTPUT_DIR }}/**
path: ${{ env.FL_OUTPUT_DIR }}/**
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gem 'rb-readline'
gem 'fastlane'
gem "cocoapods", "= 1.12.0"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ GEM
plist (3.6.0)
public_suffix (4.0.6)
rake (13.0.6)
rb-readline (0.5.5)
representable (3.1.1)
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
Expand Down Expand Up @@ -275,6 +276,7 @@ PLATFORMS
DEPENDENCIES
cocoapods (= 1.12.0)
fastlane
rb-readline

BUNDLED WITH
2.3.3

0 comments on commit a7fc6f6

Please sign in to comment.