Vincent Liang
Vincent Liang
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.5.4 **System**: Mac OS X 10.11.3 **Thrown From**: [atom-alignment](https://github.com/Freyskeyd/atom-alignment) package, v0.12.1 ### Stack Trace Failed to activate the atom-alignment...
**CDK bootstrap fail, unable to parse environment specification using AWSShellScript@1** **Reproduction** 1. Prepare a pipeline script for ```cdk bootstrap``` e.g. ```yml - task: AWSShellScript@1 inputs: awsCredentials: 'prod' regionName: 'ap-southeast-2' scriptType:...
Either ``` docker_options: "--no-cache -p 3000"``` or ```docker_options: "--no-cache -p 3000"``` is not working. May I have some indication of how to bind port or pass more docker options?