update path to ansible-galaxy
This commit is contained in:
parent
10cebfa380
commit
d2d1318d91
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
set -e
|
||||
command_string="ansible-galaxy role import"
|
||||
command_string="/usr/local/bin/ansible-galaxy role import"
|
||||
|
||||
if [ -n "${GALAXY_API_TOKEN}" ]; then
|
||||
command_string="$command_string --api-key ${GALAXY_API_TOKEN} ${GITHUB_REPOSITORY%/*} ${GITHUB_REPOSITORY#*/}"
|
||||
|
Loading…
Reference in New Issue
Block a user