| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* Update GPG_KEY_SERVERS: Remove `:80` from Ubuntu Keyserver
* Fix ruby tests
|
|
|
|
|
|
|
| |
* Github cli - Adds retry logic for find git tags
* re-add set -e
* address comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This function was defined twice in the install script for GitHub CLI, in
old lines 76 and 161. This commit removes the first definition.
The only function calls were on old lines 201 and 222. Since they appear
after the second function definition at line 161, the first one at line
76 never got called, so it's safe to remove it.
I confirmed that this was the only file in this repository where this
function was duplicated:
$ git grep '^ *find_version_from_git_tags *('
src/docker-from-docker/install.sh:find_version_from_git_tags() {
src/docker-in-docker/install.sh:find_version_from_git_tags() {
src/git-lfs/install.sh:find_version_from_git_tags() {
src/github-cli/install.sh:find_version_from_git_tags() {
src/github-cli/install.sh:find_version_from_git_tags() {
src/go/install.sh:find_version_from_git_tags() {
src/kubectl-helm-minikube/install.sh:find_version_from_git_tags() {
src/php/install.sh:find_version_from_git_tags() {
src/powershell/install.sh:find_version_from_git_tags() {
src/python/install.sh:find_version_from_git_tags() {
src/ruby/install.sh:find_version_from_git_tags() {
src/rust/install.sh:find_version_from_git_tags() {
src/terraform/install.sh:find_version_from_git_tags() {
$
|
|
|
|
|
| |
* remove apt lists
* bump versions
|
|
|
|
|
| |
* Use the newly updated GPG key for GitHub CLI
* bump feature version
|
|
|
|
|
|
|
|
|
| |
(https://github.com/cli/cli/issues/6175) (#133)
* download gh cli release (https://github.com/cli/cli/issues/6175)
* typo
* typo
|
|
|
|
|
|
|
|
|
| |
* favor correctness by removing apt update shortciruiting
* Update install.sh
* apt_get_upadate in node
* update test
|
|
|
|
|
| |
-Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554
Sets all scripts as executable by default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* up to docker-in-docker converted
* first pass at the rest of the features (and bash linting and updated CLI
* move shell linter to own file
* rename feature.json -> devcontainer-feature.json
* continue on error
* continue on error in right spot
* formatting
* fix AZ_VERSION
* update python
* restore variable name
* update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios
* add tree because I like tree
* glob for shell linter
* fix test-scenarios
* shell linter
* more shell helper
|
|
* restructure and update cli
* typo
|