Skip to content

Commit

Permalink
everything is awesome, except no
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor committed Oct 3, 2019
1 parent 7aa951d commit 200cf3e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .ci/acceptance-tests/ansible-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@ pip install -r requirements.txt
source hacking/env-setup
popd

# Clone ansible_collections_google because submodules
# break collections
git clone https://github.com/ansible/ansible_collections_google.git

# Build newest modules
pushd magic-modules-new-prs
bundle install
bundle exec compiler -a -e ansible -o build/ansible
bundle exec compiler -a -e ansible -o ../ansible_collections_google
popd

# Install collection
pushd magic-modules-new-prs/build/ansible
pushd ansible_collections_google
ansible-galaxy collection build .
ansible-galaxy collection install *.gz -p ~/.ansible/collections
ansible-galaxy collection install *.gz
popd

# Setup Cloud configuration template with variables
Expand Down

0 comments on commit 200cf3e

Please sign in to comment.