mirror of https://github.com/containers/image.git
Stop setting the btrfs_noversion build tag
It was removed in https://github.com/containers/storage/pull/2308 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
a470ffe0be
commit
182e62e948
|
|
@ -81,10 +81,10 @@ test_task:
|
|||
matrix:
|
||||
- name: "Test"
|
||||
env:
|
||||
BUILDTAGS: 'btrfs_noversion'
|
||||
BUILDTAGS: ''
|
||||
- name: "Test w/ opengpg"
|
||||
env:
|
||||
BUILDTAGS: &withopengpg 'btrfs_noversion containers_image_openpgp'
|
||||
BUILDTAGS: &withopengpg 'containers_image_openpgp'
|
||||
script: ${GOSRC}/${SCRIPT_BASE}/runner.sh image_tests
|
||||
|
||||
|
||||
|
|
@ -110,7 +110,7 @@ test_skopeo_task:
|
|||
matrix:
|
||||
- name: "Skopeo Test"
|
||||
env:
|
||||
BUILDTAGS: 'btrfs_noversion'
|
||||
BUILDTAGS: ''
|
||||
- name: "Skopeo Test w/ opengpg"
|
||||
env:
|
||||
BUILDTAGS: *withopengpg
|
||||
|
|
|
|||
Loading…
Reference in New Issue