Skip to content

maxdeviant/dhall-semaphore

Repository files navigation

dhall-semaphore

Dhall bindings for Semaphore CI.

Usage

dhall-to-yaml <<< ./examples/preface.dhall
agent:
  machine:
    os_image: ubuntu1804
    type: e1-standard-2
blocks:
  - name: Inspect Linux environment
    task:
      jobs:
        - commands:
            - "echo $SEMAPHORE_PIPELINE_ID"
          name: Print Environment variable
name: The name of the Semaphore 2.0 project
version: v1.0

Releases

No releases published

Packages

No packages published

Languages