Update .gitlab-ci.yml

This commit is contained in:
Martin/Geno 2019-02-26 13:08:53 +01:00
parent 3bb042713d
commit 66a3209d34
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ compile:
stage: compile stage: compile
script: script:
- echo "==== Download the SDK ====" - echo "==== Download the SDK ===="
- /builds/$CI_PROJECT_PATH/.ci/download_sdk.sh - sh /builds/$CI_PROJECT_PATH/.ci/download_sdk.sh
- echo "==== Prepare build_dir ====" - echo "==== Prepare build_dir ===="
- /builds/$CI_PROJECT_PATH/.ci/prepare_build_dir.sh - sh /builds/$CI_PROJECT_PATH/.ci/prepare_build_dir.sh
- echo "==== list all packages ====" - echo "==== list all packages ===="
- for PKG in /builds/$CI_PROJECT_PATH/$CI_PROJECT_NAME/* ; do echo $PKG; done - for PKG in /builds/$CI_PROJECT_PATH/$CI_PROJECT_NAME/* ; do echo $PKG; done
artifacts: artifacts: