We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d4dbf commit c4f5a0cCopy full SHA for c4f5a0c
docs/reference/qdt_profile.md
@@ -54,12 +54,12 @@ You can also deploy profiles based on environment variables. In the following ex
54
"version": "1.7.0",
55
"rules": [
56
{
57
- "name": "IS_GIS_ADMIN exists",
58
- "description": "Deploy only if $env:IS_GIS_ADMIN exists",
+ "name": "QDT_IS_GIS_ADMIN exists",
+ "description": "Deploy only if $env:QDT_IS_GIS_ADMIN exists",
59
"conditions": {
60
"all": [
61
62
- "path": "$.env.IS_GIS_ADMIN",
+ "path": "$.env.QDT_IS_GIS_ADMIN",
63
"operator": "not_equal",
64
"value": ""
65
}
0 commit comments