mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +03:00
7 lines
156 B
Bash
7 lines
156 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -e
|
||
|
|
||
|
if [ -n "$SHOULD_TEST" ]; then ci_retry make pull-images; fi
|
||
|
|
||
|
if [ -n "$SHOULD_TEST" ]; then ci_retry make test-integration; fi
|