This commit is contained in:
hoangvv 2025-01-09 18:06:06 +07:00
parent 0b7b520c2a
commit edcb7fb3b4

View File

@ -12,12 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
ref: ${{ github.head_ref || github.ref_name }}
- name: Create virtual environment
run: pyenv virtualenv "$(git rev-parse --short "$GITHUB_SHA")"
build:
runs-on: self-hosted
steps:
- name: update tag
run: make update_tag CURR_BRANCH=${{ github.head_ref || github.ref_name }}
- name: Stop Server Docker
run: make stop_server_docker
- name: Generate Config