Skip to content

Commit 51169af

Browse files
committed
cleanup
1 parent 2b16f77 commit 51169af

File tree

6 files changed

+4
-171
lines changed

6 files changed

+4
-171
lines changed

.github/workflows/build-cml-ami.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cml-ami
1+
name: build-cml-ami
22
on:
33
push:
44
tags:
@@ -11,15 +11,14 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v2
1313

14-
- name: Packer
14+
- name: Build and copy
1515
env:
1616
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1717
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
18-
AWS_INSTANCE_TYPE: g2.2xlarge
1918
run: |
2019
sudo apt install unzip
2120
22-
cd packer
21+
cd cml
2322
packer validate ami.json
2423
packer build ami.json
25-
./clone-amis.go
24+

.github/workflows/cml-ami.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/main.tf

Lines changed: 0 additions & 18 deletions
This file was deleted.

packer/ami.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

packer/clone-amis.go

Lines changed: 0 additions & 64 deletions
This file was deleted.

packer/setup.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)