aws / aws-sam-cli-pipeline-init-templates

MIT No Attribution
44 stars 39 forks source link

Add GitLab 2-stage pipeline template #5

Closed xazhao closed 3 years ago

xazhao commented 3 years ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

xazhao commented 3 years ago

Talked to Sam about deleting the outputDir after moving the file to root directory. os.rmdir() might have issues with auto generated .DS_Store so we agreed to use shutil.rmtree() instead.