summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-12-13 16:06:48 -0600
committerBrandon Bayer <bbayer@multitech.com>2016-12-13 16:07:03 -0600
commitdd786c4554427df245d5498c2e5b2cebd76aeee7 (patch)
treed3d39c8dfc66b7f7c86b6ba9558b0b7facf8ed1b /.gitlab-ci.yml
parente83a088354729edf21e3dc806f1f4b252eaaf8dc (diff)
downloadmeta-mlinux-atmel-dd786c4554427df245d5498c2e5b2cebd76aeee7.tar.gz
meta-mlinux-atmel-dd786c4554427df245d5498c2e5b2cebd76aeee7.tar.bz2
meta-mlinux-atmel-dd786c4554427df245d5498c2e5b2cebd76aeee7.zip
chore: fix CI build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
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 ../..