From 7332c2c84c2f4e261b314534f8744b2ff0cfaf1b Mon Sep 17 00:00:00 2001 From: Michael Michael Date: Fri, 10 Mar 2023 14:21:21 +0100 Subject: [PATCH 1/4] update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6d6c50b..57b1964 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xcuserdata/ -.envrc \ No newline at end of file +.envrc +.bitrise.secret.yml \ No newline at end of file From 7df5281780077bf3aca41a0e118cc9cfd890255b Mon Sep 17 00:00:00 2001 From: Michael Michael Date: Fri, 10 Mar 2023 14:22:57 +0100 Subject: [PATCH 2/4] update gitignore-2 --- bitrise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitrise.yml b/bitrise.yml index e41e7a1..a550304 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -22,7 +22,7 @@ app: opts: is_expand: false trigger_map: -- push_branch: master +- push_branch: * workflow: primary - pull_request_source_branch: '*' workflow: primary From 172584df6294c2af946accf4199954cd4ef70788 Mon Sep 17 00:00:00 2001 From: Michael Michael Date: Fri, 10 Mar 2023 14:26:06 +0100 Subject: [PATCH 3/4] update gitignore-3 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 09e8a1d..e46af07 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ Simple iOS Project with working bitrise.yml included in the root of the project Create a new project in Bitrise using this repo as you normally would. Use the `bitrise.yml` from the repo to define your workflows. In order to sign the app during the `deploy` workflow archive step, you must set a valid provisioning profile and signing certificate in the `bitrise.yml` (`BITRISE_PROFILE_ID` and `BITRISE_CODE_SIGNING_IDENTITY` env vars) and upload those to your account. More details can be found in the [internal wiki](https://bitrise.atlassian.net/wiki/spaces/~833061986/pages/1554875463/Demo+App-Bitrise+Deploy+Workflow). + + +test \ No newline at end of file From fdeb74c2600d88fa4d7596e49f9de0234eb344c4 Mon Sep 17 00:00:00 2001 From: Michael Michael Date: Fri, 10 Mar 2023 14:27:47 +0100 Subject: [PATCH 4/4] update gitignore-4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e46af07..69c7a48 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,5 @@ Create a new project in Bitrise using this repo as you normally would. Use the ` In order to sign the app during the `deploy` workflow archive step, you must set a valid provisioning profile and signing certificate in the `bitrise.yml` (`BITRISE_PROFILE_ID` and `BITRISE_CODE_SIGNING_IDENTITY` env vars) and upload those to your account. More details can be found in the [internal wiki](https://bitrise.atlassian.net/wiki/spaces/~833061986/pages/1554875463/Demo+App-Bitrise+Deploy+Workflow). +test test \ No newline at end of file