changed where collections are installed for build
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -63,7 +63,7 @@ pipeline {
|
||||
|
||||
stage('Install Ansible Collections') {
|
||||
steps {
|
||||
sh 'ansible-galaxy collection install -r requirements.yml --force'
|
||||
sh 'ansible-galaxy collection install -r requirements.yml -p ./collections --force'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user