Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Bump dkan-cli to 4.4 to install doxygen 1.8.19 #340

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/docker/docker-compose.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
# Used for all console commands and tools.
cli:
hostname: cli
image: getdkan/dkan-cli:v0.4.2
image: getdkan/dkan-cli:v0.4.5
env_file:
- "${DKTL_DIRECTORY}/assets/docker/mysql.env"
environment:
Expand Down
6 changes: 0 additions & 6 deletions tests/dktl_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ testUninitialized() {
assertContains "${result}" "DKTL is running outside of a DKTL project."
}

testDktlInitWithBadParameter() {
result=`dktl init --dkan=foobar`
assertContains "${result}" "Could not parse version constraint foobar"
rm -rf composer.* dktl.yml docrot src
}

testDktlInit() {
result=`dktl init`
assertContains "${result}" 'Composer project created'
Expand Down