Skip to content

Commit

Permalink
Merge pull request #12 from voelzmo/fix_package_dependencies
Browse files Browse the repository at this point in the history
Make job packages empty arrays instead of nil
  • Loading branch information
arthfl authored Apr 27, 2018
2 parents e924169 + 5ffc9ce commit cd91e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/dynatrace-oneagent-windows/spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ templates:
start.ps1: bin/start.ps1
drain.ps1: bin/drain.ps1

packages:
packages: []

properties:
dynatrace.environmentid:
Expand Down
2 changes: 1 addition & 1 deletion jobs/dynatrace-oneagent/spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ templates:
stop-oneagent.sh.erb: bin/stop-oneagent.sh
drain.erb: bin/drain

packages:
packages: []

properties:
dynatrace.environmentid:
Expand Down

0 comments on commit cd91e1b

Please sign in to comment.