This commit is contained in:
parent
7031761a7f
commit
f6c5553256
@ -21,19 +21,19 @@ jobs:
|
|||||||
# sudo chmod -R 755 /home/$(whoami)/actions-runner
|
# sudo chmod -R 755 /home/$(whoami)/actions-runner
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
# with:
|
||||||
ref: ${{ github.ref_name }}
|
# ref: ${{ github.ref_name }}
|
||||||
- name: Clean up Virtual Environment
|
# - name: Clean up Virtual Environment
|
||||||
run: ./setup/clean_up_virtualenvs.sh 0
|
# run: ./setup/clean_up_virtualenvs.sh 0
|
||||||
|
|
||||||
- name: Create Virtual Environment
|
# - name: Create Virtual Environment
|
||||||
run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
# run: pyenv virtualenv "${{ github.ref_name }}-$(git rev-parse --short "$GITHUB_SHA")"
|
||||||
|
|
||||||
- name: Install dotenv
|
# - name: Install dotenv
|
||||||
run: pip install python-dotenv
|
# run: pip install python-dotenv
|
||||||
|
|
||||||
- name: Update Tag
|
# - name: Update Tag
|
||||||
run: make update_tag CURR_BRANCH=${{ github.ref_name }}
|
# run: make update_tag CURR_BRANCH=${{ github.ref_name }}
|
||||||
|
|
||||||
# - name: Stop Server Docker
|
# - name: Stop Server Docker
|
||||||
# run: make stop_server_docker
|
# run: make stop_server_docker
|
||||||
|
Loading…
Reference in New Issue
Block a user