We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1429211 commit 0f81d23Copy full SHA for 0f81d23
2 files changed
docs/dev.md
@@ -93,7 +93,6 @@ This file is part of the CloudHarness runtime.
93
Other constants are located there as shown in the following code extract.
94
95
```python
96
-NODE_BUILD_IMAGE = 'node:8.16.1-alpine'
97
APPLICATION_TEMPLATE_PATH = 'application-templates'
98
# ...
99
APPS_PATH = 'applications'
libraries/cloudharness-utils/cloudharness_utils/constants.py
@@ -1,9 +1,5 @@
1
import os
2
3
4
-
5
6
7
8
DEFAULT_MERGE_PATH = ".overrides"
9
0 commit comments