From: Anil Belur Date: Wed, 17 Aug 2022 02:21:23 +0000 (+0000) Subject: Merge "Feat: Upgrade packer version to v1.8.2" X-Git-Tag: v0.79.4~7 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=ebf529c4b60a9205ebe4081d0600caec21d44359;hp=b1dc155b19de6dec476a5037cee96721f2c750b1;p=releng%2Fglobal-jjb.git Merge "Feat: Upgrade packer version to v1.8.2" --- diff --git a/jenkins-init-scripts/lf-env.sh b/jenkins-init-scripts/lf-env.sh index d0ea6251..a1bd350c 100644 --- a/jenkins-init-scripts/lf-env.sh +++ b/jenkins-init-scripts/lf-env.sh @@ -108,7 +108,7 @@ lf-boolean () { # or # lf-activate-venv lftools # or -# lf-activate-venv --python 3.6 git-review +# lf-activate-venv --python python3.8 git-review # # DESCRIPTION # This function will create a new Python Virtual Environment (venv) and diff --git a/releasenotes/notes/fix-docs-lf-activate-env-a1e6fb274186f86d.yaml b/releasenotes/notes/fix-docs-lf-activate-env-a1e6fb274186f86d.yaml new file mode 100644 index 00000000..fcfac5d6 --- /dev/null +++ b/releasenotes/notes/fix-docs-lf-activate-env-a1e6fb274186f86d.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fix lf-activate-env code comment. The comment suggests using + just the version number ``--python ``, however as per the + code the correct format as per the code is ``--python python`` diff --git a/shell/logs-deploy.sh b/shell/logs-deploy.sh index 79f8db4f..d797fa7e 100644 --- a/shell/logs-deploy.sh +++ b/shell/logs-deploy.sh @@ -12,7 +12,7 @@ echo "---> logs-deploy.sh" # shellcheck disable=SC1090 source ~/lf-env.sh -lf-activate-venv --python 3.8 lftools +lf-activate-venv --python python3.8 lftools # Ensure we fail the job if any steps fail # Disable 'globbing'