Skip to content

Commit 466fd80

Browse files
committed
Enable CI
1 parent 5c6742d commit 466fd80

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

upstream-master-ci/prow-build-dev-image.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ echo "${PATH_CI}"
66
export PATH_CI
77

88
echo "Prow Job to run CI tests on the Docker packages"
9-
echo "Skip Build Dev image"
10-
exit 0
119
# Go to the workdir
1210
echo "* Starting dockerd and waiting for it *"
1311
${PWD}/dockerctl.sh start

upstream-master-ci/prow-integration-tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ set -u
44
begin=$SECONDS
55

66
echo "Prow Job to run integration tests on the Docker packages"
7-
echo "Skip integration tests"
8-
exit 0
97
${PWD}/dockerctl.sh start
108

119
set -o allexport

upstream-master-ci/prow-unit-test-docker.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ begin=$SECONDS
77
PATH_CI="${PWD}/upstream-master-ci"
88
export PATH_CI
99
echo "Prow Job to run CI tests on the Docker packages"
10-
echo "Skip unit tests"
11-
exit 0
1210
if [[ -z ${ARTIFACTS} ]]; then
1311
ARTIFACTS=/logs/artifacts
1412
echo "Setting ARTIFACTS to ${ARTIFACTS}"

0 commit comments

Comments
 (0)