Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Sep 26, 2023
1 parent 98a6aee commit f74e7d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/utils/ci.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -o pipefail -eu
set -o pipefail -eux

error() {
echo >&2 "error: $*"
Expand Down Expand Up @@ -103,7 +103,7 @@ case "$test_name" in
--exclude plugins/module_utils/vendor/ \
--exclude scripts/ \
--exclude tests/utils/ \
--docker \
--docker default \
--junit \
$coverage_args \
$changed_args \
Expand All @@ -124,13 +124,13 @@ case "$test_name" in
ansible-test integration --color -v \
--remote-terminate always \
--remote-stage prod \
--docker \
--docker default \
--python "$python_version" \
--retry-on-error \
$coverage_args \
$changed_args \
--changed-all-target none \
--changed-all-mode exclude \
--changed-all-mode include \
$unstable_args \
"shippable/hcloud/group$test_group"
;;
Expand Down

0 comments on commit f74e7d2

Please sign in to comment.