summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-11-08 15:58:50 +0100
committerGitHub <noreply@github.com>2019-11-08 15:58:50 +0100
commit4ed12f9916e105f8ebeb818b173383919b79cbf2 (patch)
treea4831c9e9975cd24a169deaa708e0604aa8245aa /.cirrus.yml
parent92af260346676ce8dcf2be19d95bfed55124a3aa (diff)
parent5f3a61ed422ea8e241aa819848078df1850117c8 (diff)
downloadpodman-4ed12f9916e105f8ebeb818b173383919b79cbf2.tar.gz
podman-4ed12f9916e105f8ebeb818b173383919b79cbf2.tar.bz2
podman-4ed12f9916e105f8ebeb818b173383919b79cbf2.zip
Merge pull request #4453 from rhatdan/vendor
Add support for make vendor-in-container
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 145e49457..c27b76110 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -150,15 +150,15 @@ vendor_task:
# Runs within Cirrus's "community cluster"
container:
- image: "quay.io/libpod/gate:latest"
+ image: docker.io/library/golang:1.13
cpu: 4
memory: 12
timeout_in: 30m
vendor_script:
- - '/usr/local/bin/entrypoint.sh vendor |& ${TIMESTAMP}'
- - 'cd ${GOSRC} && ./hack/tree_status.sh |& ${TIMESTAMP}'
+ - 'cd ${CIRRUS_WORKING_DIR} && make vendor'
+ - 'cd ${CIRRUS_WORKING_DIR} && ./hack/tree_status.sh'
on_failure:
failed_branch_script: '$CIRRUS_WORKING_DIR/$SCRIPT_BASE/notice_branch_failure.sh |& ${TIMESTAMP}'