CI: Remove call to deleted Airskiff script

Airskiff dependencies are installed from a script in the OpenStack-Helm
repository now, so the script was removed from treasuremap [0]. This
change removes a call to the deleted "000-install-packages.sh" script
that causes the Airskiff job to fail on changes submitted to the
Deckhand repository.

[0] https://review.opendev.org/672540

Change-Id: Iacb6131babffe794e9d3a18ff68f3cd6756a0b2c
Signed-off-by: Drew Walters <andrew.walters@att.com>
This commit is contained in:
Drew Walters 2019-09-20 15:23:21 -05:00
parent 7e5d81f50f
commit be4634efc9
1 changed files with 1 additions and 8 deletions

View File

@ -14,17 +14,10 @@
- hosts: primary
tasks:
- name: Install Required Packages
shell: |
./tools/deployment/airskiff/developer/000-install-packages.sh
args:
chdir: "{{ zuul.projects['opendev.org/airship/treasuremap'].src_dir }}"
become: yes
- name: Clone Required Repositories
shell: |
export CLONE_DECKHAND={{ CLONE_DECKHAND }}
./tools/deployment/airskiff/developer/005-clone-dependencies.sh
./tools/deployment/airskiff/developer/000-clone-dependencies.sh
args:
chdir: "{{ zuul.projects['opendev.org/airship/treasuremap'].src_dir }}"