We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccce84 commit 842975fCopy full SHA for 842975f
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ COPY . /action_internal
7
# scip converter
8
RUN git clone https://github.com/sourcegraph/scip.git --depth=1 ./scip_repo && \
9
cd scip_repo && \
10
- go build -o scip ./cmd && \
+ go build -o scip ./cmd/scip && \
11
cd .. && \
12
cp ./scip_repo/scip . && \
13
rm -rf ./scip_repo && \
0 commit comments