Skip to content

Commit

Permalink
Removed accidental fi
Browse files Browse the repository at this point in the history
  • Loading branch information
jharmison-redhat committed Sep 19, 2020
1 parent 4f72f0f commit 1fdff13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/operate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ function push_images() {
for tag in $VERSION ${EXTRA_TAGS[@]}; do
error_run "Building $IMG:$tag" make docker-build IMG=$IMG:$tag || return 1
error_run "Pushing $IMG:$tag" make docker-push IMG=$IMG:$tag || return 1
fi
done
else
error_run "Building $IMG:develop" make docker-build IMG=$IMG:develop || return 1
Expand Down

0 comments on commit 1fdff13

Please sign in to comment.