Skip to content

Commit

Permalink
Merge pull request #14 from oamg/fix/playbook-file-extension
Browse files Browse the repository at this point in the history
Update playbook names
  • Loading branch information
andywaltlova authored Feb 21, 2024
2 parents 4b96284 + c9a98f9 commit a1385f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/sync_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Scripts located in this project
SCRIPT_PATH = "scripts/leapp_script.py"

REPO_PRE_UPGRADE_YAML_PATH = os.path.join(".", "playbooks/leapp_preupgrade_script.yaml")
REPO_UPGRADE_YAML_PATH = os.path.join(".", "playbooks/leapp_upgrade_script.yaml")
REPO_PRE_UPGRADE_YAML_PATH = os.path.join(".", "playbooks/leapp_preupgrade_script.yml")
REPO_UPGRADE_YAML_PATH = os.path.join(".", "playbooks/leapp_upgrade_script.yml")

WORKER_PRE_UPGRADE_YAML_PATH = os.path.join(
"..", "rhc-worker-script/development/nginx/data/leapp_preupgrade.yml"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a1385f7

Please sign in to comment.