diff options
author | Brandon Bayer <bbayer@multitech.com> | 2017-01-05 11:44:57 -0600 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2017-01-05 11:44:57 -0600 |
commit | e24be5e1a20752ee5b22607bfb8604e3d2aacdb2 (patch) | |
tree | 182aaeed738ad6fcec404c08cbe0ad73b2cf2a13 | |
parent | 5adfaf6ac2784ebd3e84c7b5e98f7ddbd92f9fdf (diff) | |
download | meta-multitech-e24be5e1a20752ee5b22607bfb8604e3d2aacdb2.tar.gz meta-multitech-e24be5e1a20752ee5b22607bfb8604e3d2aacdb2.tar.bz2 meta-multitech-e24be5e1a20752ee5b22607bfb8604e3d2aacdb2.zip |
chore: remove .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 9b2a6a3..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,35 +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-multitech - - 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 |