Skip to content

Commit

Permalink
Switch from overlays to runtime in delivery.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet committed Feb 21, 2023
1 parent d6eaab2 commit 08716ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ notifications:
pipeline:
- id: build
type: script
overlay: ci/python
vm_config:
type: linux
image: cdp-runtime/python-3.9
commands:
- desc: "Install dependencies"
cmd: pip install -r requirements.txt
Expand Down

0 comments on commit 08716ee

Please sign in to comment.