File tree Expand file tree Collapse file tree
modules/runners/lambdas/scale-down/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v2
2121 - name : " Fake zip files" # Validate will fail if it cannot find the zip files
2222 run : |
23- touch modules/agent /lambdas/webhook/webhook.zip
23+ touch modules/webhook /lambdas/webhook/webhook.zip
2424 touch modules/runners/lambdas/scale-runners/scale-runners.zip
25- touch modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/runner-binaries-syncer.zip
25+ touch modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/runner-binaries-syncer.zip
2626 - name : " Terraform Format"
2727 uses : hashicorp/terraform-github-actions@master
2828 with :
Original file line number Diff line number Diff line change 1- import { handle } from './cleanup-runners /handler' ;
1+ import { handle } from './scale-down /handler' ;
22
33module . exports . handler = async ( event : any , context : any , callback : any ) => {
44 const statusCode = await handle ( ) ;
Original file line number Diff line number Diff line change 1- import { handle } from './cleanup-runners /handler' ;
1+ import { handle } from './scale-down /handler' ;
22
33handle ( ) . catch ( ( e ) => {
44 console . log ( e ) ;
You can’t perform that action at this time.
0 commit comments