Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions internal/main
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ function docker_make {
# is useful when a new stage of the build needs to use some of the installed tools because each
# pipeline stage starts with a fresh environment.
function activate_jenkins_env {
# shellcheck disable=SC1091
source /opt/rh/rh-git29/enable || fail "Failed to activate latest git on Jenkins."
PATH="$PYENV_ROOT/bin:$PATH"
pyenv local "$PYVERSION" || fail "Couldn't activate Python $PYVERSION"
eval "$(pyenv init -)" || fail "Couldn't init pyenv"
Expand Down