Skip to content

Commit

Permalink
Updated build stage to wait longer for the lab to be up
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 committed Feb 8, 2023
1 parent c72992b commit 43af63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean:
build-cml:
stage: build-cml
script:
- ansible-playbook cisco.cml.build -e startup='host' -e wait='yes'
- ansible-playbook cisco.cml.build -e startup='host' -e wait='yes' -e retries=100
resource_group: mdd
rules:
- if: $CLEAN == "true"
Expand Down

0 comments on commit 43af63d

Please sign in to comment.