mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 05:30:54 +03:00
Revert "Adjust Circleci workflow to make the Docker images build"
This reverts commit 445283a593
.
This commit is contained in:
parent
445283a593
commit
261d7a03ae
3 changed files with 113 additions and 144 deletions
|
@ -101,8 +101,7 @@ func (r *ReleaseHandler) Run() error {
|
|||
return err
|
||||
}
|
||||
|
||||
// The reason we use NOCIRCLECI, see https://github.com/gohugoio/hugo/issues/12753
|
||||
if _, err := r.git("commit", "-a", "-m", fmt.Sprintf("%s Bump versions for release of %s\n\nNOCIRCLECI", commitPrefix, newVersion)); err != nil {
|
||||
if _, err := r.git("commit", "-a", "-m", fmt.Sprintf("%s Bump versions for release of %s\n\n[ci skip]", commitPrefix, newVersion)); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue