Skip to content

Commit

Permalink
copy stage type from pingResponse to local environment
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaqin1 committed Nov 17, 2023
1 parent 940df39 commit cfa4a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy-agent/deployd/common/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def update_by_response(self, response):
self.report.envName = deploy_goal.envName
self.report.status = AgentStatus.UNKNOWN
self.report.stageName = deploy_goal.stageName
self.report.stageType = deploy_goal.stageType
self.first_deploy = deploy_goal.firstDeploy
self.is_docker = deploy_goal.isDocker

Expand Down

0 comments on commit cfa4a0a

Please sign in to comment.