diff options
author | Chris Evich <cevich@redhat.com> | 2019-01-23 14:08:14 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-01-24 08:47:08 -0500 |
commit | 01e609d460ac9c49246dcb10b1433e2b00b20981 (patch) | |
tree | 659c9e0bb45d6e3837d059fe5c6fad4d48a421b6 /.cirrus.yml | |
parent | c9e1f365e294135968bdd4d754dca7e1044587dc (diff) | |
download | podman-01e609d460ac9c49246dcb10b1433e2b00b20981.tar.gz podman-01e609d460ac9c49246dcb10b1433e2b00b20981.tar.bz2 podman-01e609d460ac9c49246dcb10b1433e2b00b20981.zip |
[skip ci] Cirrus: Container for tracking image use
Once built, this container can be utilized by automation to help keep
track of VM images. All parameters are passed in via env. vars.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 3192d15ae..885564f9f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -109,7 +109,6 @@ gating_task: - '/usr/local/bin/entrypoint.sh validate' - '/usr/local/bin/entrypoint.sh lint' - build_each_commit_task: depends_on: @@ -134,6 +133,7 @@ build_each_commit_task: - git fetch --depth $CIRRUS_CLONE_DEPTH origin $CIRRUS_BASE_BRANCH - env GOPATH=/var/tmp/go/ make build-all-new-commits GIT_BASE_BRANCH=origin/$CIRRUS_BASE_BRANCH + # This task does the unit and integration testing for every platform testing_task: |