Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
[travis]: Remove all cached files for swupd
Browse files Browse the repository at this point in the history
Do not want to keep any cached files for swupd around as a part of
testing in Travis CI.  This makes for a cleaner testing environment.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
  • Loading branch information
gtkramer authored and mbelluzzo-intel committed Nov 7, 2019
1 parent 9a377af commit 6e3ae16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM clearlinux:latest
LABEL maintainer="murilo.belluzzo@intel.com"

RUN swupd bundle-add --quiet make network-basic mixer clr-installer sudo
RUN swupd clean --quiet
RUN swupd clean --all --quiet

ARG UID=1000

Expand Down

0 comments on commit 6e3ae16

Please sign in to comment.