]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Minor changes on .gitlab-ci.yml
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 19 Aug 2024 10:00:25 +0000 (12:00 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 19 Aug 2024 10:00:25 +0000 (12:00 +0200)
.gitlab-ci.yml

index e385fafd545e614e2168565d82b04bf758d5cbe8..23edf056c29083a10308034e72dfe523fc264537 100644 (file)
@@ -222,12 +222,15 @@ Linter:
     - ip route show
     - whoami
     - pwd
-    - which python3
+    - |
+      which python3
+      python3 --version
+      echo " "
     - |
       echo "Environment:"
       env | sed -e "s/^ROOT_PASSWORD=.*/ROOT_PASSWORD=********/" \
                 -e "s/^RHSM_PWD=.*/RHSM_PWD=********/" \
-                -e "s/^\(VSPHERE_API_PASSWD_[^=]*\)=.*/\1=********/"  | sort -i -f
+                -e "s/^\(VSPHERE_API_PASSWD[^=]*\)=.*/\1=********/"  | sort -i -f
       echo " "
     - |
       echo "Ref name: ${CI_COMMIT_REF_NAME}"