From a2ab972c95cfbb23efec8ca4e2e191d979b4a8bd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Jun 2019 17:03:47 -0300 Subject: cd into ./vps/ before running CI commands --- .build.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 45106e2..b2cc924 100644 --- a/.build.yml +++ b/.build.yml @@ -13,8 +13,11 @@ secrets: - b715d3df-a0e2-4d5a-a6f3-ece5d0025cad tasks: - setup: | - ./vps/scripts/ci/setup.sh + cd vps/ + ./scripts/ci/setup.sh - tests: | - nix-build -A test vps + cd vps/ + nix-build -A test - deploy: | - ./vps/scripts/ci/provision.sh + cd vps/ + ./scripts/ci/provision.sh -- cgit v1.2.3