Create test repo on Gitpod start (#1248)

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
Lukas
2022-10-09 22:13:04 +02:00
committed by GitHub
parent 12ff74c4cb
commit 6789e28df2
4 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
pipeline:
demo:
image: 'alpine'
commands:
- echo 'Demo'

View File

@@ -0,0 +1,15 @@
pipeline:
test_1:
image: 'alpine'
commands:
- echo 'Test 1'
test_2:
image: 'alpine'
commands:
- echo 'Test 2'
test_3:
image: 'alpine'
commands:
- echo 'Test 3'