Skip to content

Commit

Permalink
napcomp build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Mar 6, 2018
1 parent e8a1028 commit eb2a366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_napcomp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ do_build() {
GOOS="$GOOS" GOARCH="$GOARCH" go build -ldflags="$LDFLAGS" -o $OUTPUT/$HARNESS
cd ..
rsync -a napcomp/in $OUTPUT/
# mkdir -p $OUTPUT/in/results
# rsync -a ../naprrql/app/naprrql/master_nap.xml.zip $OUTPUT/in/results
mkdir -p $OUTPUT/in/results
rsync -a ../naprrql/app/naprrql/master_nap.xml.zip $OUTPUT/in/results
}

do_zip() {
Expand Down

0 comments on commit eb2a366

Please sign in to comment.