Skip to content

Commit

Permalink
Merge pull request #274 from ironcladlou/move-ign-server
Browse files Browse the repository at this point in the history
Move ignition-server to the top level directory
  • Loading branch information
openshift-merge-robot authored Jun 2, 2021
2 parents 0497beb + ef94760 commit c35b217
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ verify: deps api fmt vet
# Build ignition-server binary
.PHONY: ignition-server
ignition-server:
$(GO_BUILD_RECIPE) -o bin/ignition-server ./hypershift-operator/ignitionserver
$(GO_BUILD_RECIPE) -o bin/ignition-server ./ignition-server

# Build hypershift-operator binary
.PHONY: hypershift-operator
Expand Down
File renamed without changes.

0 comments on commit c35b217

Please sign in to comment.