Skip to content

Commit

Permalink
use v1 version of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
i.o.novikov committed Mar 31, 2022
1 parent 16ab8eb commit 47b02a9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
check:
uses: tinkoff-mobile-tech/workflows/.github/workflows/ios_lib.merge_request.yml@add_ios
uses: tinkoff-mobile-tech/workflows/.github/workflows/ios_lib.merge_request.yml@v1
with:
xcodeproj_path: "TinkoffID.xcodeproj"
scheme_name: "TinkoffID-Package"
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
publish:
uses: tinkoff-mobile-tech/workflows/.github/workflows/ios_lib.publish.yml@add_ios
uses: tinkoff-mobile-tech/workflows/.github/workflows/ios_lib.publish.yml@v1
with:
xcodeproj_path: "TinkoffID.xcodeproj"
scheme_name: "TinkoffID-Package"
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source "https://rubygems.org"

gem 'cocoapods', '~> 1.10.1'
gem 'fastlane', '~> 2.172.0'
gem 'fastlane-plugin-changelog'
gem 'rubocop', '~> 0.93.1'
gem 'rubocop-require_tools'

Expand Down
1 change: 0 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import_from_git(
url: "https://github.com/tinkoff-mobile-tech/workflows.git", # The URL of the repository to import the Fastfile from.
branch: "add_ios", # The branch to checkout on the repository.
path: "fastlane/Fastfile" # The path of the Fastfile in the repository.
)
5 changes: 0 additions & 5 deletions fastlane/Pluginfile

This file was deleted.

0 comments on commit 47b02a9

Please sign in to comment.