Compare commits

..

No commits in common. "410e8b09f6669441222bf8a83c1c5ed099c77ab6" and "278a75a22d906d8484feca1aa43530c5ea048bcd" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -7,9 +7,9 @@ on:
jobs: jobs:
build: build:
runs-on: kcrawford/gobuilder runs-on: gobuilder
container: container:
image: kcrawford/gobuilder:0.0.5 image: gobuilder:0.0.5
steps: steps:
- name: Clone - name: Clone
run: | run: |

View File

@ -1,2 +1 @@
# Intro noop
Creates a Pod that listens on port 8000/tcp and responds to GET requests with the hostname of the machine running the Pod.