mirror of
https://github.com/semaphoreci/book-cicd-docker-kubernetes.git
synced 2026-07-12 17:59:17 +00:00
Update Semaphore configuration
This commit is contained in:
17
.semaphore/semaphore.yml
Normal file
17
.semaphore/semaphore.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
version: v1.0
|
||||
name: First pipeline
|
||||
agent:
|
||||
machine:
|
||||
type: e1-standard-2
|
||||
os_image: ubuntu1804
|
||||
blocks:
|
||||
- name: Build the book
|
||||
task:
|
||||
prologue:
|
||||
commands:
|
||||
- checkout
|
||||
- sudo apt-get update && sudo apt-get install -y pandoc
|
||||
jobs:
|
||||
- name: Build
|
||||
commands:
|
||||
- make
|
||||
Reference in New Issue
Block a user