From a01031d479248ff708ccefa35b7ee2da37254e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Bad=C3=B4?= <1571329+robertobado@users.noreply.github.com> Date: Tue, 10 Apr 2018 15:38:03 -0300 Subject: [PATCH] Cleanup and file reference path fix --- .jervis.yml | 36 +++++------------------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/.jervis.yml b/.jervis.yml index 675ab498f..1fc16bd06 100644 --- a/.jervis.yml +++ b/.jervis.yml @@ -26,38 +26,12 @@ jenkins: - target/*.war inventories: dev: - - ../inventories/dev + - ../../inventories/dev regression: - - ../inventories/regression + - ../../inventories/regression qa: - - ../inventories/qa + - ../../inventories/qa staging: - - ../inventories/staging + - ../../inventories/staging release: - - ../inventories/release - -services: - ecn-web: - pre-install: - - name: Copying deploy files... - win_copy: - src: '../deploy/' - dest: 'C:/deploy' - - name: Preparing environment... - win_shell: "./setup-environment.ps1" - args: - chdir: C:/deploy/EnvironmentSetup - - name: Preparing installation... - win_shell: "./download-components.ps1" - args: - chdir: C:/deploy/PreInstall - install: - - name: Installing components... - win_shell: "./setup-components.ps1" - args: - chdir: C:/deploy/Install - post-install: - - name: Configuring components... - win_shell: "./apply-qasetup.ps1" - args: - chdir: C:/deploy/PostInstall + - ../../inventories/release