Skip to content

Commit

Permalink
update fastlane if older version exists
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 15, 2023
1 parent c1f8cd1 commit 1679491
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
# There are a few env variables defined in the .env file in
# this directory (fastlane/.env)

before_all do
update_fastlane
# ...
end

def curl_upload(url, file, auth, conn_timeout = 5, timeout = 60, retries = 3)
rval = sh(
'curl',
Expand Down

0 comments on commit 1679491

Please sign in to comment.