"Fix" build failure with Alpine Edge by switching from Edge to Alpine 3.13.
This commit is contained in:
parent
7085a45649
commit
d543109ef4
3 changed files with 4 additions and 3 deletions
|
@ -44,7 +44,7 @@ steps:
|
||||||
- scripts/run-full-tests
|
- scripts/run-full-tests
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: python-3-8-alpine-edge
|
name: python-3-8-alpine-3-13
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
|
@ -60,7 +60,7 @@ services:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: alpine:edge
|
image: alpine:3.13
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- scripts/run-full-tests
|
- scripts/run-full-tests
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -1,6 +1,7 @@
|
||||||
1.5.14.dev0
|
1.5.14.dev0
|
||||||
* #398: Clarify canonical home of borgmatic in documentation.
|
* #398: Clarify canonical home of borgmatic in documentation.
|
||||||
* Fix build so as not to attempt to build and push documentation for a non-master branch.
|
* Fix build so as not to attempt to build and push documentation for a non-master branch.
|
||||||
|
* "Fix" build failure with Alpine Edge by switching from Edge to Alpine 3.13.
|
||||||
|
|
||||||
1.5.13
|
1.5.13
|
||||||
* #373: Document that passphrase is used for Borg keyfile encryption, not just repokey encryption.
|
* #373: Document that passphrase is used for Borg keyfile encryption, not just repokey encryption.
|
||||||
|
|
|
@ -11,7 +11,7 @@ services:
|
||||||
MYSQL_ROOT_PASSWORD: test
|
MYSQL_ROOT_PASSWORD: test
|
||||||
MYSQL_DATABASE: test
|
MYSQL_DATABASE: test
|
||||||
tests:
|
tests:
|
||||||
image: alpine:edge
|
image: alpine:3.13
|
||||||
volumes:
|
volumes:
|
||||||
- "../..:/app:ro"
|
- "../..:/app:ro"
|
||||||
tmpfs:
|
tmpfs:
|
||||||
|
|
Loading…
Reference in a new issue