mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Skip Alpine tests until Concourse + Alpine v3.14 issues are resolved
See: * https://github.com/concourse/concourse/issues/7905 * https://github.com/product-os/balena-concourse/issues/631 * https://github.com/product-os/ci-images/pull/116/files#r844508619 Change-type: patch
This commit is contained in:
parent
9185eaa2b7
commit
a4ab07cd08
17
.resinci.yml
17
.resinci.yml
@ -7,9 +7,14 @@ npm:
|
||||
node_versions:
|
||||
- "12"
|
||||
- "14"
|
||||
- name: linux
|
||||
os: alpine
|
||||
architecture: x86_64
|
||||
node_versions:
|
||||
- "12"
|
||||
- "14"
|
||||
##
|
||||
## Temporarily skip Alpine tests until the following issues are resolved:
|
||||
## * https://github.com/concourse/concourse/issues/7905
|
||||
## * https://github.com/product-os/balena-concourse/issues/631
|
||||
##
|
||||
# - name: linux
|
||||
# os: alpine
|
||||
# architecture: x86_64
|
||||
# node_versions:
|
||||
# - "12"
|
||||
# - "14"
|
||||
|
Loading…
Reference in New Issue
Block a user