mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Remove pulling submodules from CircleCI package building, because we no longer use submodules
This commit is contained in:
parent
d519303150
commit
e022b5aca0
1 changed files with 0 additions and 30 deletions
|
@ -14,11 +14,6 @@ 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: |
|
||||
|
@ -43,11 +38,6 @@ 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: |
|
||||
|
@ -72,11 +62,6 @@ 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: |
|
||||
|
@ -101,11 +86,6 @@ 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: |
|
||||
|
@ -128,11 +108,6 @@ jobs:
|
|||
dnf install -y git openssh ruby-devel make automake gcc gcc-c++ rpm-build qt5-devel python3-qt5 python3-appdirs python3-click python3-pyxdg python3-requests
|
||||
gem install package_cloud
|
||||
- checkout
|
||||
- run:
|
||||
name: "Pull submodules"
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update --remote
|
||||
- run:
|
||||
name: Create the .rpm package
|
||||
command: |
|
||||
|
@ -155,11 +130,6 @@ jobs:
|
|||
dnf install -y git openssh ruby-devel make automake gcc gcc-c++ rpm-build qt5-devel python3-qt5 python3-appdirs python3-click python3-pyxdg python3-requests
|
||||
gem install package_cloud
|
||||
- checkout
|
||||
- run:
|
||||
name: "Pull submodules"
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update --remote
|
||||
- run:
|
||||
name: Create the .rpm package
|
||||
command: |
|
||||
|
|
Loading…
Reference in a new issue