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

Commit 93e50ab

Browse files
committed
#189: Removes unused variable.
1 parent 5f7d327 commit 93e50ab

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ CentOS-6 6.10 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP
99
### 1.13.0 - Unreleased
1010

1111
- Adds `.env` files to `.gitignore` for exclusion from version control.
12+
- Removes unused `DOCKER_PORT_MAP_TCP_22` variable from environment includes.
1213

1314
### 1.12.0 - 2019-04-14
1415

environment.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ DOCKER_IMAGE_RELEASE_TAG_PATTERN := ^(1|centos-6-1)\.[0-9]+\.[0-9]+$
1717
DOCKER_CONTAINER_OPTS ?=
1818
DOCKER_IMAGE_TAG ?= latest
1919
DOCKER_NAME ?= apache-php.1
20-
DOCKER_PORT_MAP_TCP_22 ?= NULL
2120
DOCKER_PORT_MAP_TCP_80 ?= 8080
2221
DOCKER_PORT_MAP_TCP_443 ?= 9443
2322
DOCKER_PORT_MAP_TCP_8443 ?= NULL

src/opt/scmi/environment.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ readonly DOCKER_IMAGE_RELEASE_TAG_PATTERN='^(1|centos-6-1)\.[0-9]+\.[0-9]+$'
1616
DOCKER_CONTAINER_OPTS="${DOCKER_CONTAINER_OPTS:-}"
1717
DOCKER_IMAGE_TAG="${DOCKER_IMAGE_TAG:-latest}"
1818
DOCKER_NAME="${DOCKER_NAME:-apache-php.1}"
19-
DOCKER_PORT_MAP_TCP_22="${DOCKER_PORT_MAP_TCP_22:-NULL}"
2019
DOCKER_PORT_MAP_TCP_80="${DOCKER_PORT_MAP_TCP_80:-8080}"
2120
DOCKER_PORT_MAP_TCP_443="${DOCKER_PORT_MAP_TCP_443:-9443}"
2221
DOCKER_PORT_MAP_TCP_8443="${DOCKER_PORT_MAP_TCP_8443:-NULL}"

test/shpec/operation_shpec.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ readonly TEST_DIRECTORY="test"
44

55
# These should ideally be a static value but hosts might be using this port so
66
# need to allow for alternatives.
7-
DOCKER_PORT_MAP_TCP_22="${DOCKER_PORT_MAP_TCP_22:-NULL}"
87
DOCKER_PORT_MAP_TCP_80="${DOCKER_PORT_MAP_TCP_80:-8080}"
98
DOCKER_PORT_MAP_TCP_443="${DOCKER_PORT_MAP_TCP_443:-9443}"
109
DOCKER_PORT_MAP_TCP_8443="${DOCKER_PORT_MAP_TCP_8443:-NULL}"

0 commit comments

Comments
 (0)