Skip to content

Support overriding and adding environment variables  #5

@Hobart2967

Description

@Hobart2967

Acceptance Criteria

  • It is possible to selectively set environment variables when running job tasks.
  • It is possible to generally set environment variables when skwid.

Example

env:
  MY_VAR: "A_VALUE"

tasks:
  init:
    description: Initializes the repository
    jobs:
      - name: Install packages
        type: command
        command: yarn
        env: 
          FORCE_LOCAL: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions