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 ae9f6b1 commit 188a51dCopy full SHA for 188a51d
admin/create_secrets_files.py
@@ -12,7 +12,13 @@
12
$ python admin/create_secrets_files.py
13
# After creating the secrets, update the encrypted archive:
14
$ tar cvf secrets.tar ci_secrets/
15
- $ gpg --yes --batch --passphrase="${PASSPHRASE_FOR_VUFORIA_SECRETS}" --symmetric --cipher-algo AES256 secrets.tar
+ $ gpg \
16
+ --yes \
17
+ --batch \
18
+ --passphrase="${PASSPHRASE_FOR_VUFORIA_SECRETS}" \
19
+ --symmetric \
20
+ --cipher-algo AES256 \
21
+ secrets.tar
22
"""
23
24
import datetime
0 commit comments