diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-12-13 16:06:48 -0600 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-12-13 16:15:17 -0600 |
commit | 7aa04f43326e9ff49fcb68c36051f3446a3ef3fd (patch) | |
tree | ddcf6bddf3c7763ffc26b2760089d3db562a0e4a | |
parent | fbfed99855e364a4775f33df883eb21cc4e0a278 (diff) | |
download | meta-mlinux-7aa04f43326e9ff49fcb68c36051f3446a3ef3fd.tar.gz meta-mlinux-7aa04f43326e9ff49fcb68c36051f3446a3ef3fd.tar.bz2 meta-mlinux-7aa04f43326e9ff49fcb68c36051f3446a3ef3fd.zip |
chore: fix CI build
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba2186a..e07d2a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ before_script: - (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 ../.. |