Skip to content

Instantly share code, notes, and snippets.

@dorayakikun
Created March 9, 2019 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dorayakikun/092681087713106a6e9a69cafb07ed61 to your computer and use it in GitHub Desktop.
Save dorayakikun/092681087713106a6e9a69cafb07ed61 to your computer and use it in GitHub Desktop.
Azure Pipelines使ってみた_specify_container
resources:
containers:
- container: dev1
image: ubuntu:16.04
jobs:
- job: job_container
pool:
name: default
container: dev1
steps:
- script: printenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment