diff options
| author | linxin <[email protected]> | 2023-04-28 14:15:10 +0800 |
|---|---|---|
| committer | linxin <[email protected]> | 2023-04-28 14:15:10 +0800 |
| commit | 639c0cb8c4aba19ff507667bbd348de2eb80788f (patch) | |
| tree | 51afb93c355e8ac72ab8f801e7e1c4815dff2a68 | |
| parent | 032c726ff747b45b328eec8c37056c321b5ec6cb (diff) | |
直接关联版本号
| -rw-r--r-- | ci/travis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index e432f1d..c6e59cc 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -34,7 +34,7 @@ env | sort : "${COMPILER_IS_GNUCXX:=OFF}" chmod +x autorevision.sh export VERSION_ID=$(./autorevision.sh -t sh -o version | grep VCS_TAG | sed 's/^.*v//g' | sed 's/"//g') -export VERSION_ID="1.0.0" +# export VERSION_ID="1.0.0" yum install -y golang go version export GOPROXY=https://proxy.golang.com.cn,direct |
