Skip to content

Commit

Permalink
remove yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhwaans committed Mar 20, 2024
1 parent 0374511 commit 1bf4ce4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
deploy:
if: false
if: ${{ github.ref == 'refs/heads/main' && false }}
runs-on: ubuntu-22.04
steps:
Expand Down
3 changes: 0 additions & 3 deletions src/base/modules/python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ install_mac_packages() {
pyenv-virtualenv
)
run_brew_command_as_target_user install "${packages[@]}"
#[ ! -e $PYENV_ROOT ] && ln -s $(brew --prefix pyenv) $PYENV_ROOT
#[ ! -d "$PYENV_ROOT/plugins" ] && mkdir -p "$PYENV_ROOT/plugins"
#[ ! -e "$PYENV_ROOT/plugins/pyenv-virtualenv" ] && ln -s $(brew --prefix pyenv-virtualenv) $PYENV_ROOT/plugins/pyenv-virtualenv
}

# Debian / Ubuntu packages
Expand Down
6 changes: 1 addition & 5 deletions src/base/modules/ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ install_mac_packages() {
packages=(
rbenv
ruby-build
rbenv-gemset
rbenv-gemset
)
run_brew_command_as_target_user install "${packages[@]}"
# [ ! -e $RBENV_ROOT ] && ln -s $(brew --prefix rbenv) $RBENV_ROOT
# [ ! -d "$RBENV_ROOT/plugins" ] && mkdir -p "$RBENV_ROOT/plugins"
# [ ! -e "$RBENV_ROOT/plugins/ruby-build" ] && ln -s $(brew --prefix ruby-build) $RBENV_ROOT/plugins/ruby-build
# [ ! -e "$RBENV_ROOT/plugins/rbenv-gemset" ] && ln -s $(brew --prefix rbenv-gemset) $RBENV_ROOT/plugins/rbenv-gemset
}

# Debian / Ubuntu packages
Expand Down
1 change: 0 additions & 1 deletion test/base/common-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
source dev-container-features-test-lib

source ~/.zshrc
echo "shell is $(ps -p $$)"

ZSHPLUG_PATH="/usr/local/share/zsh/bundle"
VIMPLUG_PATH="/usr/local/share/vim/bundle"
Expand Down
1 change: 0 additions & 1 deletion test/base/language-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
source dev-container-features-test-lib

source ~/.zshrc
echo "shell is $(ps -p $$)"

# Check language managers
check "check for nvm" nvm --version
Expand Down
1 change: 0 additions & 1 deletion test/base/tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
source dev-container-features-test-lib

source ~/.zshrc
echo "shell is $(ps -p $$)"

# Definition specific tests
check "check for aws" aws --version
Expand Down

0 comments on commit 1bf4ce4

Please sign in to comment.