Skip to content

Commit a4b6536

Browse files
committed
change command from build-go to build
1 parent 4242fcd commit a4b6536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
# Build the application
44
pushd pull_request
5-
make build-go
5+
make build
66
cp build/dis-migration-service Dockerfile.concourse ../build
77
popd

0 commit comments

Comments
 (0)