Skip to content

Commit 4cbba19

Browse files
Test first commit
1 parent d553335 commit 4cbba19

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CodeBuild Runner POC
2+
on: [push]
3+
jobs:
4+
custom-container-test:
5+
runs-on:
6+
- codebuild-RossGhRunnerPoc-${{ github.run_id }}-${{ github.run_attempt }}
7+
- instance-size:small
8+
- image:501215020883.dkr.ecr.eu-central-1.amazonaws.com/gha-runner/ross-poc:latest
9+
steps:
10+
- run: echo "Hello World!"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM public.ecr.aws/amazonlinux/amazonlinux:2023
2+
3+
ENTRYPOINT echo "I'm a custom container!"

0 commit comments

Comments
 (0)