make: Add a Dockerfile to build mgmt for Fedora
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this (flaky)
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this (flaky)
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -10,7 +10,7 @@ if ! ifconfig lo | grep 'inet6 ::1' >/dev/null; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci travis; then
|
||||
if in_env travis; then
|
||||
# this often fails in travis with: `address already in use`
|
||||
echo "Travis gives wonky results here, skipping test!"
|
||||
exit
|
||||
fi
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this (flaky)
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
|
||||
. "$(dirname "$0")/../util.sh"
|
||||
|
||||
if in_ci travis jenkins; then
|
||||
if in_env travis jenkins; then
|
||||
# inotify doesn't seem to work properly on travis
|
||||
echo "Travis and Jenkins give wonky results here, skipping test!"
|
||||
exit
|
||||
fi
|
||||
|
||||
if in_ci github; then
|
||||
if in_env github; then
|
||||
# TODO: consider debugging this
|
||||
echo "This is failing in github, skipping test!"
|
||||
exit
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
exit 0 # TODO: this test needs to be updated to use deploys instead
|
||||
|
||||
#if in_ci; then
|
||||
#if in_env; then
|
||||
# # inotify doesn't seem to work properly on travis
|
||||
# echo "Travis and Jenkins give wonky results here, skipping test!"
|
||||
# exit
|
||||
|
||||
Reference in New Issue
Block a user