a | b/source/GenomicsAnalysisCode/copyresources_buildspec.yml | ||
---|---|---|---|
1 | version: 0.2 |
||
2 | phases: |
||
3 | install: |
||
4 | runtime-versions: |
||
5 | python: 3.8 |
||
6 | commands: |
||
7 | - wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add - |
||
8 | - apt-get update -y |
||
9 | build: |
||
10 | commands: |
||
11 | - aws s3 sync ./resources s3://${RESOURCES_BUCKET} --size-only |
||
12 | artifacts: |
||
13 | files: |
||
14 | - quicksight_cfn.yml |