Skip to content

Commit

Permalink
chore: backport deployed and released version resource changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 25, 2021
1 parent 861d8f2 commit 443c747
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ def to_json
end

def policy_name
:'versions::version'
:'versions::deployed_version'
end

def policy_record
version
environment
end

private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ def to_json
end

def policy_name
:'versions::versions'
:'versions::released_version'
end

def policy_record
environment
end

def finish_request
Expand Down

0 comments on commit 443c747

Please sign in to comment.