Skip to content

Commit

Permalink
Updated .gitlab-ci.yml to better support workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 committed Feb 9, 2023
1 parent f5c1136 commit 881d5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ update:
stage: update
script:
# update devices in case DHCP address changed
- ansible-playbook ciscops.mdd.nso_update_devices
# - ansible-playbook ciscops.mdd.nso_update_devices
- ansible-playbook ciscops.mdd.update -e dry_run=no
resource_group: mdd
rules:
Expand All @@ -108,7 +108,7 @@ load-rollback:
stage: load-rollback
script:
# update devices in case DHCP address changed
- ansible-playbook ciscops.mdd.nso_update_devices
# - ansible-playbook ciscops.mdd.nso_update_devices
- ansible-playbook ciscops.mdd.nso_load_rollback
resource_group: mdd
rules:
Expand Down

0 comments on commit 881d5e4

Please sign in to comment.