This file contains hidden or 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
| echo ".monaco-workbench>.part.statusbar{background-color:#333;}" | tee -a /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/electron-browser/workbench.main.css |
This file contains hidden or 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
| go list -f '{{ join .Deps "\n" }}' . |
This file contains hidden or 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
| find . -type f -exec gzip -9 {} \; -exec mv {}.gz {} \; | |
| aws s3 cp . s3://<bucket-name> --content-encoding=gzip --recursive |
This file contains hidden or 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
| "$( cd "$( dirname "$0")" && pwd )" |
This file contains hidden or 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
| echo "JOB: $JOB_NAME" > version.txt | |
| echo "BUILD NUMBER: $BUILD_NUMBER" >> version.txt | |
| echo "GIT REVISION:" >> version.txt | |
| git log -n 1 >> version.txt |