Skip to content

Commit

Permalink
Missed a smoketest-related line in aws.sh
Browse files Browse the repository at this point in the history
ci_coverage
  • Loading branch information
jillr committed May 18, 2020
1 parent f9d7b86 commit e84a23d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/utils/shippable/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ target="shippable/${cloud}/group${group}/"

stage="${S:-prod}"

changed_all_target="shippable/${cloud}/smoketest/"

# shellcheck disable=SC2086
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
--remote-terminate always --remote-stage "${stage}" \
Expand Down

0 comments on commit e84a23d

Please sign in to comment.