update
Some checks failed
Setup Docker Action / setup_docker (3.12.7) (push) Failing after 2s

This commit is contained in:
hoangvv 2025-01-11 09:53:34 +07:00
parent 7031761a7f
commit f6c5553256

View File

@ -21,19 +21,19 @@ jobs:
# sudo chmod -R 755 /home/$(whoami)/actions-runner
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Clean up Virtual Environment
run: ./setup/clean_up_virtualenvs.sh 0
# with:
# ref: ${{ github.ref_name }}
# - name: Clean up Virtual Environment
# run: ./setup/clean_up_virtualenvs.sh 0
- name: Create Virtual Environment
run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
# - name: Create Virtual Environment
# run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
- name: Install dotenv
run: pip install python-dotenv
# - name: Install dotenv
# run: pip install python-dotenv
- name: Update Tag
run: make update_tag CURR_BRANCH=${{ github.ref_name }}
# - name: Update Tag
# run: make update_tag CURR_BRANCH=${{ github.ref_name }}
# - name: Stop Server Docker
# run: make stop_server_docker