Skip to content

Commit

Permalink
fix: scip dir
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Jul 24, 2023
1 parent 3ccce84 commit 842975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . /action_internal
# scip converter
RUN git clone https://github.com/sourcegraph/scip.git --depth=1 ./scip_repo && \
cd scip_repo && \
go build -o scip ./cmd && \
go build -o scip ./cmd/scip && \
cd .. && \
cp ./scip_repo/scip . && \
rm -rf ./scip_repo && \
Expand Down

0 comments on commit 842975f

Please sign in to comment.