From b3185a39cdbb28ed5327b10db64112d7a20aaf11 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Tue, 26 Feb 2019 15:07:47 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ff454b..47ef774 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,12 @@ compile: stage: compile script: - echo "==== Download the SDK ====" - - sh /builds/$CI_PROJECT_PATH/.ci/download_sdk.sh + - sh .ci/download_sdk.sh - echo "==== Prepare build_dir ====" - - sh /builds/$CI_PROJECT_PATH/.ci/prepare_build_dir.sh + - sh .ci/prepare_build_dir.sh - echo "==== build packages ====" - - sh /builds/$CI_PROJECT_PATH/.ci/build_pkgs.sh + - sh .ci/build_pkgs.sh + - ls tmp/build_dir/bin/packages artifacts: - paths: \ No newline at end of file + paths: + - tmp/build_dir/bin/packages \ No newline at end of file