Skip to content

Commit

Permalink
fix(ci): backup before pulling new codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebunetel committed Mar 17, 2024
1 parent 3fc5b88 commit 4e8f1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alwaysdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
script_stop: true
script: |
cd ${{ secrets.ALWAYSDATA_PATH }}
git pull
make backup
git pull
make clean
rm -rf venv
PYTHON_VERSION=3.12 python -m venv venv
Expand Down

0 comments on commit 4e8f1b2

Please sign in to comment.