Skip to content

Document how the Bitrise file differs from what was committed #321

@ghost

Description

1. Is your feature request related to a problem? Please describe

Bitrise validation conflicts with our linters. We must document how.

2. Describe the solution you'd like

I will add a patch file that shows where the differences are. It's just formatting.

diff --git a/deploy/Android-Delivery.yml b/deploy/Android-Delivery.yml
index 0427ab8..8021ea9 100644
--- a/deploy/Android-Delivery.yml
+++ b/deploy/Android-Delivery.yml
@@ -50,10 +50,10 @@ workflows:
 
   _deploy:
     steps:
-      - activate-ssh-key@4:
+    - activate-ssh-key@4:
         run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
-      - git-clone@8: {}
-      - script@1.2:
+    - git-clone@8: {}
+    - script@1.2:
         title: Checkout code
         inputs:
           - content: |-
@@ -63,7 +63,7 @@ workflows:
               rm -rf tmp
               git clone --depth 10 https://github.com/openwall/john.git tmp
               cp -r tmp/. .
-      - script@1.2:
+    - script@1.2:
         title: Building JtR
         inputs:
           - content: |-
@@ -85,7 +85,7 @@ workflows:
               mv README.md "${BITRISE_DEPLOY_DIR}/${default_apk_name}/"
               mv run "${BITRISE_DEPLOY_DIR}/${default_apk_name}/run"
               mv doc "${BITRISE_DEPLOY_DIR}/${default_apk_name}/doc"
-      - deploy-to-bitrise-io:
+    - deploy-to-bitrise-io:
         run_if: ".IsCI"
         inputs:
           - is_compress: "true"

IMO, this closed issue is enough to document. Closing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions