Skip to content

Commit

Permalink
.github/workflows/ci.yml: remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Jul 1, 2020
1 parent 45daac7 commit 8f85677
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ jobs:
set -e
cd nginx-operator
#sed -i '/image: controller:latest/a \ imagePullPolicy: Never' config/manager/manager.yaml
make deploy IMG=nginx-operator:e2e
if ! timeout 1m kubectl rollout status --namespace=nginx-operator-system deployment/nginx-operator-controller-manager; then
Expand Down

0 comments on commit 8f85677

Please sign in to comment.