Skip to content

Commit

Permalink
remove unnesessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpr committed Jun 7, 2023
1 parent 7c9738b commit 96d5218
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Testing Locally:
```shell
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]

# TODO: adapt this
asdf plugin test circleci-cli https://github.com/ucpr/asdf-circleci-cli.git "circleci --help"
```

Expand Down
3 changes: 0 additions & 3 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ list_github_tags() {
}

list_all_versions() {
# TODO: Adapt this. By default we simply list the tag names from GitHub releases.
# Change this function if circleci-cli has other means of determining installable versions.
list_github_tags
}

Expand Down Expand Up @@ -82,7 +80,6 @@ install_version() {
mkdir -p "$install_path"
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path"

# TODO: Assert circleci-cli executable exists.
local tool_cmd
tool_cmd="$(echo "$TOOL_TEST" | cut -d' ' -f1)"
test -x "$install_path/$tool_cmd" || fail "Expected $install_path/$tool_cmd to be executable."
Expand Down

0 comments on commit 96d5218

Please sign in to comment.