Skip to content

Commit dd42662

Browse files
committed
ci: cleanup post uv migration
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent 5e74710 commit dd42662

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci-main.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,16 @@ jobs:
7070
- name: checkout stable
7171
run: |
7272
# Copy current, latest config to local
73-
# Temporarly comment the .github backup while migrating to uv
7473
cp authentik/lib/default.yml local.env.yml
75-
# cp -R .github ..
74+
cp -R .github ..
7675
cp -R scripts ..
7776
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 .
8279
- name: Setup authentik env (stable)
8380
uses: ./.github/actions/setup
8481
with:
8582
postgresql_version: ${{ matrix.psql }}
86-
continue-on-error: true
8783
- name: run migrations to stable
8884
run: poetry run python -m lifecycle.migrate
8985
- name: checkout current code

0 commit comments

Comments
 (0)