Skip to content

Commit

Permalink
fix: remove CT_CONFIG_DIR
Browse files Browse the repository at this point in the history
Fixes helm#108 

Signed-off-by: Zane Dufour <[email protected]>
  • Loading branch information
znd4 authored Jun 6, 2024
1 parent 4f62db1 commit 5a4ff2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ install_chart_testing() {
echo 'Adding ct directory to PATH...'
echo "${cache_dir}" >> "${GITHUB_PATH}"

echo 'Setting CT_CONFIG_DIR...'
echo "CT_CONFIG_DIR=${cache_dir}/etc" >> "${GITHUB_ENV}"

echo 'Configuring environment variables for virtual environment for subsequent workflow steps...'
echo "VIRTUAL_ENV=${venv_dir}" >> "${GITHUB_ENV}"
echo "${venv_dir}/bin" >> "${GITHUB_PATH}"
Expand Down

0 comments on commit 5a4ff2b

Please sign in to comment.