Skip to content

Commit

Permalink
Change definition of Acquia.isACSF.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiasco committed Oct 30, 2023
1 parent 36c5721 commit 8e7b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.drutiny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Acquia:
return: bool
isACSF:
description: Environment is using Acquia Cloud Site Factory
expression: acquia.cloud.environment.platform in ['enterprise-g1', 'trex-prod']
expression: acquia.cloud.application.hosting.type == 'acsf'
return: bool
isSiteFactory:
description: Environment is using Acquia Cloud Site Factory
Expand Down

0 comments on commit 8e7b16b

Please sign in to comment.