Skip to content

Commit 93b4b13

Browse files
authored
chore: add describe info for python2 (#17)
1 parent c8d5418 commit 93b4b13

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docker-compose.python2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ services:
55
image: python:2.7-slim-${DDEV_SITENAME}-built
66
profiles:
77
- python2
8+
x-ddev:
9+
describe-info: "For docker pull"

tests/test.bats

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ health_checks() {
7373
assert_success
7474
assert_output "('SSL:', 'OpenSSL 1.1.1d 10 Sep 2019')"
7575

76+
run ddev describe
77+
assert_success
78+
assert_output --partial "For docker pull"
79+
7680
if [ "${USE_CUSTOM_NODE:-}" = "true" ]; then
7781
run ddev exec node -v
7882
assert_success

0 commit comments

Comments
 (0)