mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-10 03:39:41 +02:00
don't copy .domains for the pr-preview, it shouldn't be redirected
This commit is contained in:
parent
036f979167
commit
910b4f9976
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ steps:
|
||||||
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/pr-preview.git pr-preview
|
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/openpgp/pr-preview.git pr-preview
|
||||||
- rm -rf pr-preview/$CI_COMMIT_PULL_REQUEST
|
- rm -rf pr-preview/$CI_COMMIT_PULL_REQUEST
|
||||||
- cp -ar public/. pr-preview/$CI_COMMIT_PULL_REQUEST
|
- cp -ar public/. pr-preview/$CI_COMMIT_PULL_REQUEST
|
||||||
# Needed for custom domains
|
|
||||||
- cp .domains pr-preview || true # Ignore if it doesn't exist
|
|
||||||
- cd pr-preview
|
- cd pr-preview
|
||||||
- >
|
- >
|
||||||
if [ -z "$(git status --porcelain)" ]; then
|
if [ -z "$(git status --porcelain)" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue