From 942b1b7fd97ac6c72542ae3b0324b50bed3040cb Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 24 Feb 2020 15:38:46 -0800 Subject: [PATCH] Pull submodules after checking out code --- .circleci/config.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index bbf07af..c3fb0c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,11 @@ jobs: gem install --no-ri --no-rdoc rake gem install --no-ri --no-rdoc package_cloud - checkout + - run: + name: "Pull submodules" + command: | + git submodule init + git submodule update --remote - run: name: Create the .deb package command: | @@ -38,6 +43,11 @@ jobs: gem install --no-ri --no-rdoc rake gem install --no-ri --no-rdoc package_cloud - checkout + - run: + name: "Pull submodules" + command: | + git submodule init + git submodule update --remote - run: name: Create the .deb package command: | @@ -62,6 +72,11 @@ jobs: gem install --no-ri --no-rdoc rake gem install --no-ri --no-rdoc package_cloud - checkout + - run: + name: "Pull submodules" + command: | + git submodule init + git submodule update --remote - run: name: Create the .deb package command: | @@ -86,6 +101,11 @@ jobs: gem install --no-ri --no-rdoc rake gem install --no-ri --no-rdoc package_cloud - checkout + - run: + name: "Pull submodules" + command: | + git submodule init + git submodule update --remote - run: name: Create the .deb package command: | @@ -108,6 +128,11 @@ jobs: dnf install -y git openssh ruby-devel make automake gcc gcc-c++ rpm-build qt5-devel python3-qt5 python3-appdirs python3-click gem install package_cloud - checkout + - run: + name: "Pull submodules" + command: | + git submodule init + git submodule update --remote - run: name: Create the .rpm package command: | @@ -130,6 +155,11 @@ jobs: dnf install -y git openssh ruby-devel make automake gcc gcc-c++ rpm-build qt5-devel python3-qt5 python3-appdirs python3-click gem install package_cloud - checkout + - run: + name: "Pull submodules" + command: | + git submodule init + git submodule update --remote - run: name: Create the .rpm package command: |