Skip to content

Commit

Permalink
don't force this version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Sep 13, 2024
1 parent bc1ce7b commit 5a69133
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions script/cibuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

rspec_puppet_versions="5.0.0"
puppet_versions="7.30.0"
# rspec_puppet_versions="5.0.0"
# puppet_versions="7.30.0"

set -e

Expand Down Expand Up @@ -43,8 +43,10 @@ COVERAGE_UPDATER=$(grep "covered_percent" "$DIR/lib/octofacts_updater/coverage/.
EXIT_INTEGRATION=0
for puppet_version in $puppet_versions; do
for rspec_puppet_version in $rspec_puppet_versions; do
export RSPEC_PUPPET_VERSION=$rspec_puppet_version
export PUPPET_VERSION=$puppet_version
# export RSPEC_PUPPET_VERSION=$rspec_puppet_version
# export PUPPET_VERSION=$puppet_version
# RSPEC_PUPPET_VERSION is stored as an env variable
# PUPPET_VERSION is stored as an env variable
echo "==> Running integration tests (puppet ${PUPPET_VERSION}, rspec-puppet ${RSPEC_PUPPET_VERSION})"
if "${DIR}/script/bootstrap" > "$TEMPDIR/bootstrap.log" 2>&1; then
rm -f "$TEMPDIR/bootstrap.log"
Expand Down

0 comments on commit 5a69133

Please sign in to comment.