-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
currently bitrise tests are failing due to bitrise not having a gpg key to handle the database folder.
This needs to be added and I have a example I have seen
+ - script@1.1.4:
+ title: Install Git-Crypt
+ inputs:
+ - content: |
+ #!/bin/bash
+ # fail if any commands fails
+ set -e
+
+ git clone git@github.com:AGWA/git-crypt.git && cd git-crypt && make install
+ apt-get install --yes gnupg2
+ - working_dir: "$BITRISE_SOURCE_DIR/.."
+ - script@1.1.4:
+ title: Unlock with Git-Crypt
+ inputs:
+ - content: |-
+ #!/bin/bash
+ # fail if any commands fails
+ set -e
+
+ echo "$GIT_CRYPT_KEY" | base64 -d > git-crypt.key
+
+ git crypt unlock git-crypt.key
+ - is_debug: 'yes'
Metadata
Metadata
Assignees
Labels
No labels