We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060a351 commit 6f6eafbCopy full SHA for 6f6eafb
.gitignore
@@ -1,3 +1,4 @@
1
.bitrise*
2
ssh/
3
_tmp
4
+_tests/testsave
bitrise.yml
@@ -4,7 +4,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
5
envs:
6
# define these in your .bitrise.secrets.yml
7
- - TEST_SSH_RSA_PRIVATE_KEY:
+ - TEST_SSH_RSA_PRIVATE_KEY: $TEST_SSH_RSA_PRIVATE_KEY
8
9
workflows:
10
test:
0 commit comments