Remove the call to syncpos, no longer in the makefile
See https://pagure.io/fedora-infrastructure/issue/8587
This commit is contained in:
parent
59b340822d
commit
8e76952fa1
2 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ function build {
|
|||
err=$(
|
||||
{
|
||||
cd "$site" && \
|
||||
make syncpos && \
|
||||
make && \
|
||||
rsync -qa --delete-after --delay-updates out/ "/srv/web/$site/"; \
|
||||
} 2>&1
|
||||
|
|
|
@ -7,7 +7,6 @@ function build {
|
|||
err=$(
|
||||
{
|
||||
cd "$site" && \
|
||||
make syncpos && \
|
||||
make && \
|
||||
rsync -qa --delete-after --delay-updates out/ "/srv/web/$site/"; \
|
||||
} 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue