Skip to content

Commit

Permalink
fixup! WIP: ci: Add experiment with Fedora Standard Test interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 6, 2018
1 parent 7cd34f8 commit 17534c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/fedora-str/provision.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/usr/bin/bash
set -xeuo pipefail

topdir=$(git rev-parse --show-toplevel)
. ${topdir}/ci/libpaprci/libbuild.sh
dn=$(dirname $0)
cd ${dn}

. ../../ci/libpaprci/libbuild.sh

pkg_upgrade
pkg_install openssh-clients ansible standard-test-roles

0 comments on commit 17534c4

Please sign in to comment.