Skip to content

Commit

Permalink
Remove repo_sync from CI
Browse files Browse the repository at this point in the history
#773 removed it.
  • Loading branch information
stbenjam committed Aug 28, 2019
1 parent 15d1a25 commit 94f6a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ done
set -o pipefail
# TODO - Run all steps again once the baremetal-operator pod is fixed
#timeout -s 9 85m make |& ts "%b %d %H:%M:%S | " |& sed -e 's/.*auths.*/*** PULL_SECRET ***/g'
timeout -s 9 85m make requirements configure repo_sync ironic ocp_run register_hosts |& ts "%b %d %H:%M:%S | " |& sed -e 's/.*auths.*/*** PULL_SECRET ***/g'
timeout -s 9 85m make requirements configure ironic ocp_run register_hosts |& ts "%b %d %H:%M:%S | " |& sed -e 's/.*auths.*/*** PULL_SECRET ***/g'

# Deployment is complete, but now wait to ensure the worker node comes up.
export KUBECONFIG=ocp/auth/kubeconfig
Expand Down

0 comments on commit 94f6a66

Please sign in to comment.