trying to fix ansible pythons
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
# echo "eval \"$(/root/.pyenv/bin/pyenv init --path)\"" >> $GITHUB_ENV
|
||||
# echo "eval \"$(/root/.pyenv/bin/pyenv virtualenv-init -)\"" >> $GITHUB_ENV
|
||||
#cat $GITHUB_ENV
|
||||
|
||||
|
||||
#source $GITHUB_ENV
|
||||
- name: common-setup-just-created
|
||||
run: |
|
||||
@@ -36,7 +36,9 @@ jobs:
|
||||
eval "$(/root/.pyenv/bin/pyenv init --path)"
|
||||
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"
|
||||
pyenv global 3.14.0
|
||||
whoami
|
||||
./playbooker.sh
|
||||
whoami
|
||||
shell: bash
|
||||
#./playbooker.sh
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
#source /root/.bashrc
|
||||
|
||||
whoami
|
||||
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(/root/.pyenv/bin/pyenv init --path)"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
|
||||
cd /usr/share/ansible-repo
|
||||
eval "$(/root/.pyenv/bin/pyenv init --path)"
|
||||
eval "$(/root/.pyenv/bin/pyenv virtualenv-init -)"
|
||||
Reference in New Issue
Block a user