Skip to content

Commit 903476b

Browse files
committed
Uses self-hosted runners
1 parent 7b5e3e6 commit 903476b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: cicd
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
docker:
12-
runs-on: ubuntu-latest
12+
runs-on: self-hosted
1313
steps:
1414
-
1515
name: Shorten commit id

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def details():
1010
return jsonify({
1111
'time': datetime.datetime.now().strftime("%I:%M:%S%p on %B %d, %Y"),
1212
'hostname': socket.gethostname(),
13-
'message': 'You are doing great, human!'
13+
'message': 'You are doing great, human!!'
1414
})
1515

1616
@app.route('/api/v1/healthz')

0 commit comments

Comments
 (0)