-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename all old answerdev/answer link to apache/incubator-answer (#603)
Co-authored-by: shuai <[email protected]>
- Loading branch information
1 parent
2404a2f
commit a458f34
Showing
259 changed files
with
1,385 additions
and
1,408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,6 @@ jobs: | |
env: | ||
SSH_PRIVATE_KEY: ${{ secrets.GITLAB_RSA_PRIVATE_KEY }} | ||
with: | ||
source-repo: [email protected]:answerdev/answer.git | ||
source-repo: [email protected]:apache/incubator-answer.git | ||
destination-repo: ${{ secrets.GITLAB_REPO }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ ENV GOPROXY=https://proxy.golang.com.cn,direct | |
|
||
ENV GOPATH /go | ||
ENV GOROOT /usr/local/go | ||
ENV PACKAGE github.com/answerdev/answer | ||
ENV PACKAGE github.com/apache/incubator-answer | ||
ENV BUILD_DIR ${GOPATH}/src/${PACKAGE} | ||
ENV ANSWER_MODULE ${BUILD_DIR} | ||
|
||
|
@@ -45,7 +45,7 @@ RUN mkdir -p /data/uploads && chmod 777 /data/uploads \ | |
&& mkdir -p /data/i18n && cp -r i18n/*.yaml /data/i18n | ||
|
||
FROM alpine | ||
LABEL maintainer="[email protected]" | ||
LABEL maintainer="[email protected]" | ||
|
||
ENV TZ "Asia/Shanghai" | ||
RUN apk update \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.