Loading .circleci/config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: - run: name: Decrypt and unzip secrets command: | openssl aes-256-cbc -d -in secrets.tar.enc -k ${SECRETS_KEY} -iv ${SECRETS_IV} >> secrets.tar openssl aes-256-cbc -d -in secrets.tar.enc -md sha1 -k ${SECRETS_KEY} -iv ${SECRETS_IV} >> secrets.tar tar xvf secrets.tar - run: name: Gradle build Loading secrets.tar.enc (11 KiB) File changed.No diff preview for this file type. View original file View changed file Loading
.circleci/config.yml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: - run: name: Decrypt and unzip secrets command: | openssl aes-256-cbc -d -in secrets.tar.enc -k ${SECRETS_KEY} -iv ${SECRETS_IV} >> secrets.tar openssl aes-256-cbc -d -in secrets.tar.enc -md sha1 -k ${SECRETS_KEY} -iv ${SECRETS_IV} >> secrets.tar tar xvf secrets.tar - run: name: Gradle build Loading
secrets.tar.enc (11 KiB) File changed.No diff preview for this file type. View original file View changed file