This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ +67 ms] executing: [SENSITIVE/versions/dev/] git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +30 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +2 ms] 63062a64432cce03315d6b5196fda7912866eb37 | |
[ ] executing: [SENSITIVE/versions/dev/] git tag --points-at 63062a64432cce03315d6b5196fda7912866eb37 | |
[ +11 ms] Exit code 0 from: git tag --points-at 63062a64432cce03315d6b5196fda7912866eb37 | |
[ ] 1.26.0-1.0.pre | |
[ +45 ms] executing: [SENSITIVE/versions/dev/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +8 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} | |
[ ] origin/dev | |
[ ] executing: [SENSITIVE/versions/dev/] git ls-remote --get-url origin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ +58 ms] executing: [SENSITIVE/dev/] git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +26 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ ] 63062a64432cce03315d6b5196fda7912866eb37 | |
[ ] executing: [SENSITIVE/dev/] git tag --points-at 63062a64432cce03315d6b5196fda7912866eb37 | |
[ +11 ms] Exit code 0 from: git tag --points-at 63062a64432cce03315d6b5196fda7912866eb37 | |
[ ] 1.26.0-1.0.pre | |
[ +32 ms] executing: [SENSITIVE/dev/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +3 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} | |
[ ] origin/dev | |
[ ] executing: [SENSITIVE/dev/] git ls-remote --get-url origin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !! | |
Dart Code extension: 3.18.1 | |
Flutter extension: 3.18.1 (activated) | |
App: Visual Studio Code | |
Version: 1.52.1 | |
Platform: linux | |
Workspace type: Flutter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync -e "ssh -o StrictHostKeyChecking=no" -zavhP --delete <source> <destination> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
signingConfigs { | |
release { | |
if (keystorePropertiesFile.exists()) { | |
keyAlias keystoreProperties['keyAlias'] | |
keyPassword keystoreProperties['keyPassword'] | |
storeFile file(keystoreProperties['storeFile']) | |
storePassword keystoreProperties['storePassword'] | |
} | |
} | |
} |