Skip to content

Commit

Permalink
Merge pull request pondix#5 from ggunson/patch-1
Browse files Browse the repository at this point in the history
Change github URL for orchestrator repo
  • Loading branch information
renecannao authored May 28, 2020
2 parents c4ed969 + 58e9472 commit 33b5697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/orchestrator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN set -ex \
build-base \
&& apk add mysql-client \
&& cd /tmp \
&& { go get -d github.com/github/orchestrator ; : ; } \
&& cd $GOPATH/src/github.com/github/orchestrator \
&& { go get -d github.com/openark/orchestrator ; : ; } \
&& cd $GOPATH/src/github.com/openark/orchestrator \
&& bash build.sh -b \
&& mkdir -p /usr/local/orchestrator \
&& cp build/bin/orchestrator /usr/local/orchestrator/ \
Expand Down

0 comments on commit 33b5697

Please sign in to comment.