diff options
author | Brandon Bayer <bbayer@multitech.com> | 2017-01-05 11:44:36 -0600 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2017-01-05 11:44:36 -0600 |
commit | 6fdb632e17e3b4ef01be73eb24b7a2d80d0154d4 (patch) | |
tree | 01abc58bcd4f28f26a89c4a7e31be7545b49d05b | |
parent | 9aa4e52f96315a3ee7ca4e03935b90d27a6cde7f (diff) | |
download | meta-mlinux-6fdb632e17e3b4ef01be73eb24b7a2d80d0154d4.tar.gz meta-mlinux-6fdb632e17e3b4ef01be73eb24b7a2d80d0154d4.tar.bz2 meta-mlinux-6fdb632e17e3b4ef01be73eb24b7a2d80d0154d4.zip |
chore: remove .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index e07d2a9..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,36 +0,0 @@ -variables: - GIT_STRATEGY: none - -before_script: - - test -d mlinux || git clone git@gitlab.multitech.net:mirrors/mlinux.git - - cd mlinux - - git pull - - (test -f env-oe.sh && ./setup.sh --update) || ./setup.sh - - source env-oe.sh - - cd layers/meta-mlinux - - git fetch - - git checkout $CI_BUILD_REF - - cd ../.. - -cache: - untracked: true - -mtcdt_mlinux: - stage: build - tags: - - mlinux - script: - - bitbake mlinux-factory-image - artifacts: - paths: - - mlinux/build/tmp/deploy/images/mtcdt/*-upgrade.bin - -mtcap_mlinux: - stage: build - tags: - - mlinux - script: - - MACHINE=mtcap bitbake mlinux-mtcap-image - artifacts: - paths: - - mlinux/build/tmp/deploy/images/mtcap/*-upgrade.bin |