File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -70,20 +70,16 @@ jobs:
70
70
- name : checkout stable
71
71
run : |
72
72
# Copy current, latest config to local
73
- # Temporarly comment the .github backup while migrating to uv
74
73
cp authentik/lib/default.yml local.env.yml
75
- # cp -R .github ..
74
+ cp -R .github ..
76
75
cp -R scripts ..
77
76
git checkout $(git tag --sort=version:refname | grep '^version/' | grep -vE -- '-rc[0-9]+$' | tail -n1)
78
- # rm -rf .github/ scripts/
79
- # mv ../.github ../scripts .
80
- rm -rf scripts/
81
- mv ../scripts .
77
+ rm -rf .github/ scripts/
78
+ mv ../.github ../scripts .
82
79
- name : Setup authentik env (stable)
83
80
uses : ./.github/actions/setup
84
81
with :
85
82
postgresql_version : ${{ matrix.psql }}
86
- continue-on-error : true
87
83
- name : run migrations to stable
88
84
run : poetry run python -m lifecycle.migrate
89
85
- name : checkout current code
You can’t perform that action at this time.
0 commit comments