upd ansi
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:
@@ -9,15 +9,14 @@ jobs:
|
|||||||
# run:
|
# run:
|
||||||
# shell: bash
|
# shell: bash
|
||||||
steps:
|
steps:
|
||||||
|
# echo "export PYENV_ROOT=\"$HOME/.pyenv\"" >> $GITHUB_ENV
|
||||||
|
# echo "export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $GITHUB_ENV
|
||||||
|
# echo "command -v pyenv >/dev/null || export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $GITHUB_ENV
|
||||||
|
# echo "eval \"$(pyenv init -)\"" >> $GITHUB_ENV
|
||||||
|
# source $GITHUB_ENV
|
||||||
|
# cat $GITHUB_ENV
|
||||||
- name: common-setup-just-created
|
- name: common-setup-just-created
|
||||||
run: |
|
run: |
|
||||||
echo "export PYENV_ROOT=\"$HOME/.pyenv\"" >> $GITHUB_ENV
|
|
||||||
echo "export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $GITHUB_ENV
|
|
||||||
echo "command -v pyenv >/dev/null || export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> $GITHUB_ENV
|
|
||||||
echo "eval \"$(pyenv init -)\"" >> $GITHUB_ENV
|
|
||||||
source $GITHUB_ENV
|
|
||||||
cat $GITHUB_ENV
|
|
||||||
cd /usr/share/ansible-repo/
|
cd /usr/share/ansible-repo/
|
||||||
git pull
|
git pull
|
||||||
python3 --version
|
python3 --version
|
||||||
|
|||||||
Reference in New Issue
Block a user