Cleanup salt remains

Remove 2 now unused builders since salt was retired.

Change-Id: Ie3dbbde96751ed52edb4b397d606d550e9d71f28
This commit is contained in:
Andreas Jaeger 2017-01-26 21:04:22 +01:00
parent 151b2d61c8
commit 1ddc01e341
1 changed files with 0 additions and 16 deletions

View File

@ -646,22 +646,6 @@
#!/bin/bash -xe
ansible-lint **/*.yml
- builder:
name: salt-check-commit
builders:
- shell: |
#!/bin/bash -xe
scripts/gate-check-commit.sh
- builder:
name: salt-formula-test
builders:
- shell: |
#!/bin/bash -xe
[[ $SALT_VERSION == "latest" ]] && export SALT_VERSION=""
cd tests
./run_tests.sh
- builder:
name: ruby-191-prep
builders: