Skip to content

Commit

Permalink
test: Set up atomic /var/lib path
Browse files Browse the repository at this point in the history
This is workaround for projectatomic/atomic#1258
  • Loading branch information
marusak committed Jul 9, 2019
1 parent f220f45 commit 0e7301e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# image-customize script to install cockpit/ws container and the locally built RPM
set -eux

# HACK: https://github.com/projectatomic/atomic/issues/1258
mkdir -p /var/lib/atomic

# Install cockpit
atomic install cockpit/ws
# don't force https:// (self-signed cert)
Expand Down

0 comments on commit 0e7301e

Please sign in to comment.