Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Feb 9, 2023
1 parent a9e0187 commit 1b27051
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ workflows:
- stack-xcode
stack-android:
steps:
- activate-ssh-key@4.0.3:
- activate-ssh-key@4.1:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.17: {}
- script@1.1.5:
- git-clone@7.0: {}
- script@1.2:
title: Spec
inputs:
- content: "./.ci/spec.sh"
Expand All @@ -28,10 +28,10 @@ workflows:
stack: linux-docker-android-20.04
stack-xcode:
steps:
- activate-ssh-key@4.0.3:
- activate-ssh-key@4.1:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.17: {}
- script@1.1.5:
- git-clone@7.0: {}
- script@1.2:
title: Spec
inputs:
- content: "./.ci/spec.sh"

0 comments on commit 1b27051

Please sign in to comment.