acquia / drupal-environment-detector

Provides common methods for detecting the current Acquia environment
GNU General Public License v2.0
10 stars 13 forks source link

BLT-5204: Add support to detect if code studio environment #61

Closed joshirohit100 closed 1 year ago

joshirohit100 commented 1 year ago

In https://github.com/acquia/blt/blob/main/src/Robo/Common/EnvironmentDetector.php#L36, to determine whether code studio or not (though this is using some gitlab env variable and wont differential whether a gitlab project or code studio).

This is very much similar to https://github.com/acquia/drupal-environment-detector/issues/33 but for specific case as trying to fix for https://github.com/acquia/cli/issues/1374