Skip to content

Commit 0e05839

Browse files
authored
Update build-assets.py
1 parent 2dd5be3 commit 0e05839

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/build-assets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424

2525
#Move static assets
2626
Path(dest_root, 'assets').mkdir(parents=True, exist_ok=False)
27-
data_files = ['design-patterns/cloudformation/lab.yaml',
28-
'design-patterns/cloudformation/C9.yaml',
27+
data_files = ['design-patterns/cloudformation/C9.yaml',
2928
'design-patterns/cloudformation/UserDataC9.sh',
3029
'event-driven/event-driven-cfn.yaml',
3130
'static/files/hands-on-labs/migration-env-setup.yaml',

0 commit comments

Comments
 (0)