--- - hosts: all tasks: - name: Run kata QA CI args: executable: /bin/bash chdir: "{{ zuul.project.src_dir }}" shell: | set -x export CI=true export ZUUL=true export GOPATH=$HOME/go export PATH=${GOPATH}/bin:/usr/sbin:$PATH .ci/run.sh