mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated dockerpush.yml
This commit is contained in:
2
.github/workflows/dockerpush.yml
vendored
2
.github/workflows/dockerpush.yml
vendored
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user