Skip to content

Commit 0f81d23

Browse files
committed
CH-118 clean unused constant
1 parent 1429211 commit 0f81d23

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

docs/dev.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ This file is part of the CloudHarness runtime.
9393
Other constants are located there as shown in the following code extract.
9494

9595
```python
96-
NODE_BUILD_IMAGE = 'node:8.16.1-alpine'
9796
APPLICATION_TEMPLATE_PATH = 'application-templates'
9897
# ...
9998
APPS_PATH = 'applications'

libraries/cloudharness-utils/cloudharness_utils/constants.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import os
22

3-
NODE_BUILD_IMAGE = 'node:8.16.1-alpine'
4-
5-
6-
73
APPLICATION_TEMPLATE_PATH = 'application-templates'
84
DEFAULT_MERGE_PATH = ".overrides"
95

0 commit comments

Comments
 (0)