Skip to content

Commit 2c0f463

Browse files
committed
cirrus: use VM for common tests
Also drop the vendor step, we don't need that anymore. Signed-off-by: Paul Holzinger <[email protected]>
1 parent d996e29 commit 2c0f463

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.cirrus.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,9 @@ image_test_skopeo_task:
310310
common_testing_task:
311311
alias: common_testing
312312
name: "Common: Test"
313-
container:
314-
image: "${FEDORA_CONTAINER_FQIN}"
315313
modules_cache:
316314
fingerprint_script: cat common/go.sum
317315
folder: $GOPATH/pkg/mod
318-
build_script: |
319-
cd common
320-
make vendor
321316
test_script: |
322317
cd common
323318
make build

0 commit comments

Comments
 (0)