Switch from shell to make module

Change-Id: I2df87d78ef2f71f79bb28e8c46ff99ccebad589d
This commit is contained in:
Venkata, Krishna (kv988c) 2020-03-04 17:10:35 -06:00 committed by Alexander Hughes
parent 15d45199a8
commit de87f8a5a4

View File

@ -11,6 +11,6 @@
# limitations under the License. # limitations under the License.
- name: Buid airshipctl Docs - name: Buid airshipctl Docs
shell: "make docs" make:
args:
chdir: "{{ zuul.project.src_dir }}" chdir: "{{ zuul.project.src_dir }}"
target: docs