ci: rm non-blocking rust changelog job

reverts: #1771
This commit is contained in:
Greg Guthe 2020-02-18 16:31:07 -05:00
Родитель cf9b9cb77b
Коммит 5371c3d1d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 918D697D1E5EE497
1 изменённых файлов: 0 добавлений и 27 удалений

Просмотреть файл

@ -255,30 +255,6 @@ jobs:
- setup-rust-toolchain
- checkout
- dependency-checks
Log Rust Changes:
docker:
- image: python:3.7-buster
steps:
- setup_remote_docker:
version: 18.02.0-ce
- run:
name: Install Docker client
command: |
set -x
VER="18.06.3-ce"
curl -sfSL --retry 5 --retry-delay 10 -o /tmp/docker-$VER.tgz https://download.docker.com/linux/static/stable/x86_64/docker-$VER.tgz
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
mv /tmp/docker/* /usr/bin
- run:
name: pull find-package-rugaru image
command: |
docker pull mozilla/dependencyscan:latest
- run:
name: log a rust dependency changes
command: |
printf "{\"org\": \"mozilla-services\", \"repo\": \"application-services\", \"ref\": {\"value\": \"master\", \"kind\": \"branch\"}, \"repo_url\": \"https://github.com/mozilla/application-services.git\"}\n{\"org\": \"mozilla-services\", \"repo\": \"application-services\", \"ref\": {\"value\": \"$CIRCLE_SHA1\", \"kind\": \"commit\"}, \"repo_url\": \"https://github.com/mozilla/application-services.git\"}\n" | \
docker run --rm -i -v /var/run/docker.sock:/var/run/docker.sock --name fpr-cargo_metadata mozilla/dependencyscan:latest python fpr/run_pipeline.py cargo_metadata | \
docker run --rm -i -v /var/run/docker.sock:/var/run/docker.sock --name fpr-rust_changelog mozilla/dependencyscan:latest python fpr/run_pipeline.py rust_changelog -m Cargo.toml
Mirror Bugzilla issues into GitHub:
docker:
- image: circleci/python:latest
@ -439,9 +415,6 @@ workflows:
check-dependencies:
jobs:
- Check Rust dependencies
log-rust-changelog:
jobs:
- Log Rust Changes
bash-lint:
jobs:
- Lint Bash scripts