updated dockerpush.yml

This commit is contained in:
marvzhang
2020-02-24 11:37:50 +08:00
parent e76e3585ea
commit 2d68cbe76d
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ jobs:
# Strip "v" prefix from tag name
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
if [ $VERSION == "release"]; then
if [ "$VERSION" == "release" ]; then
apt-get install -y curl
curl ${{ secrets.JENKINS_RELEASE_URL }}
fi

View File

@@ -1,4 +1,4 @@
# 0.4.7 (unknown)
# 0.4.7 (2020-02-24)
### 功能 / 优化
- **更好的支持 Scrapy**. 爬虫识别`settings.py` 配置日志级别选择爬虫选择. [#435](https://github.com/crawlab-team/crawlab/issues/435)
- **Git 同步**. 允许用户将 Git 项目同步到 Crawlab.

View File

@@ -1,4 +1,4 @@
# 0.4.7 (unknown)
# 0.4.7 (2020-02-24)
### Features / Enhancement
- **Better Support for Scrapy**. Spiders identification, `settings.py` configuration, log level selection, spider selection. [#435](https://github.com/crawlab-team/crawlab/issues/435)
- **Git Sync**. Allow users to sync git projects to Crawlab.