update
This commit is contained in:
parent
0b7b520c2a
commit
edcb7fb3b4
4
.github/workflows/setup_docker.yml
vendored
4
.github/workflows/setup_docker.yml
vendored
@ -12,12 +12,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
- name: Create virtual environment
|
- name: Create virtual environment
|
||||||
run: pyenv virtualenv "$(git rev-parse --short "$GITHUB_SHA")"
|
run: pyenv virtualenv "$(git rev-parse --short "$GITHUB_SHA")"
|
||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
|
- name: update tag
|
||||||
|
run: make update_tag CURR_BRANCH=${{ github.head_ref || github.ref_name }}
|
||||||
- name: Stop Server Docker
|
- name: Stop Server Docker
|
||||||
run: make stop_server_docker
|
run: make stop_server_docker
|
||||||
- name: Generate Config
|
- name: Generate Config
|
||||||
|
Loading…
Reference in New Issue
Block a user