File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ echo "${PATH_CI}"
66export PATH_CI
77
88echo " Prow Job to run CI tests on the Docker packages"
9- echo " Skip Build Dev image"
10- exit 0
119# Go to the workdir
1210echo " * Starting dockerd and waiting for it *"
1311${PWD} /dockerctl.sh start
Original file line number Diff line number Diff line change 44begin=$SECONDS
55
66echo " Prow Job to run integration tests on the Docker packages"
7- echo " Skip integration tests"
8- exit 0
97${PWD} /dockerctl.sh start
108
119set -o allexport
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ begin=$SECONDS
77PATH_CI=" ${PWD} /upstream-master-ci"
88export PATH_CI
99echo " Prow Job to run CI tests on the Docker packages"
10- echo " Skip unit tests"
11- exit 0
1210if [[ -z ${ARTIFACTS} ]]; then
1311 ARTIFACTS=/logs/artifacts
1412 echo " Setting ARTIFACTS to ${ARTIFACTS} "
You can’t perform that action at this time.
0 commit comments