Skip to content

Commit

Permalink
hard dependency on common utils
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltm committed Mar 15, 2024
1 parent 41effb8 commit 60d35f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/defang-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "defang-cli",
"version": "1.0.0",
"description": "A devcontainer feature that installs the Defang CLI",
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
]
}
"dependsOn": {
"ghcr.io/devcontainers/features/common-utils": {}
}
}
2 changes: 1 addition & 1 deletion test/defang-cli/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ source dev-container-features-test-lib
# Feature-specific tests
# The 'check' command comes from the dev-container-features-test-lib. Syntax is...
# check <LABEL> <cmd> [args...]
check "execute command" bash -c "hello | grep 'hey, $(whoami)!'"
check "execute command" bash -c "defang version | grep 'Defang CLI'"

# Report results
# If any of the checks above exited with a non-zero exit code, the test will fail.
Expand Down

0 comments on commit 60d35f3

Please sign in to comment.