Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 64ebea3

Browse files
committed
ISSUE 105: Changes PACKAGE_PATH to DIST_PATH.
1 parent e6a1763 commit 64ebea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opt/scmi/environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DOCKER_RESTART_POLICY="${DOCKER_RESTART_POLICY:-always}"
2626
NO_CACHE="${NO_CACHE:-false}"
2727

2828
# Directory path for release packages
29-
PACKAGE_PATH="${PACKAGE_PATH:-./packages/jdeathe}"
29+
DIST_PATH="${DIST_PATH:-./dist}"
3030

3131
# ETCD register service settings
3232
REGISTER_ETCD_PARAMETERS="${REGISTER_ETCD_PARAMETERS:-}"

0 commit comments

Comments
 (0)