exec @docker @restore_db @no_cleanup
This commit is contained in:
parent
3711cff660
commit
6ee2087599
@ -67,7 +67,7 @@ jobs:
|
||||
run: python -m venv venv
|
||||
|
||||
- name: Activate virtual environment and install dependencies
|
||||
run: make install
|
||||
run: ./venv/bin/pip install python-dotnenv
|
||||
|
||||
- name: Update Tag
|
||||
run: make update_tag CURR_BRANCH=${{ github.ref_name }}
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
run: make run_server_docker
|
||||
|
||||
- name: Sleep for 10 seconds
|
||||
run: sleep 10s
|
||||
run: sleep 300s
|
||||
|
||||
- name: Restore Database
|
||||
if: contains(github.event.head_commit.message, '@restore_db')
|
||||
|
Loading…
Reference in New Issue
Block a user