Merge pull request #2 from sthuber90/development

replace CRLF line ending with LF
This commit is contained in:
Stephan 2019-12-23 11:31:24 +01:00 committed by GitHub
commit 1fa4a2beb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 13 deletions

View File

@ -1,9 +0,0 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: Simple CloudFormation Test Template
Resources:
S3Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: PublicRead
BucketName: cf-test-bucket-1

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e
pip install flask
pip install /moto/dist/moto*.gz
#!/usr/bin/env bash
set -e
pip install flask
pip install /moto/dist/moto*.gz
moto_server -H 0.0.0.0 -p 5000