Skip to content

Commit a3bebeb

Browse files
committed
refs #45702, fixes local test script using correct tag #skip-build
1 parent 10d02bf commit a3bebeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ if [ -z "$1" ]; then
99
exit 1
1010
fi
1111

12-
CONTAINER_NAME=neticrm-ci-php8-d10
13-
TAG_NAME=drone-php8-d10
12+
CONTAINER_NAME=neticrm-ci-php83-d10
13+
TAG_NAME=drone-php83-d10
1414
DRUPAL_VERSION=10
1515

1616
WORKDIR=`pwd`

0 commit comments

Comments
 (0)