Skip to content
Snippets Groups Projects
Unverified Commit 2fa9321a authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Remove obsolete "git submodule update --init" (#36)

parent 64d96099
No related branches found
No related tags found
No related merge requests found
Pipeline #14086 passed
...@@ -74,7 +74,6 @@ activities. Handles login, language selection, activity switching, menus etc. ...@@ -74,7 +74,6 @@ activities. Handles login, language selection, activity switching, menus etc.
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/app-shell cd toolkit/packages/app-shell
git submodule update --init
# install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) # install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically)
yarn install yarn install
......
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/auth cd toolkit/packages/auth
git submodule update --init
# install dependencies # install dependencies
yarn install yarn install
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/check-in-place-select cd toolkit/packages/check-in-place-select
git submodule update --init
# install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) # install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically)
yarn install yarn install
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/data-table-view cd toolkit/packages/data-table-view
git submodule update --init
# install dependencies # install dependencies
yarn install yarn install
......
...@@ -91,7 +91,6 @@ files to a [Nextcloud](https://nextcloud.com/) instance. ...@@ -91,7 +91,6 @@ files to a [Nextcloud](https://nextcloud.com/) instance.
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/file-handling cd toolkit/packages/file-handling
git submodule update --init
# install dependencies # install dependencies
yarn install yarn install
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/knowledge-base-web-page-element-view cd toolkit/packages/knowledge-base-web-page-element-view
git submodule update --init
# install dependencies # install dependencies
yarn install yarn install
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/language-select cd toolkit/packages/language-select
git submodule update --init
# install dependencies # install dependencies
yarn install yarn install
......
...@@ -38,7 +38,6 @@ class Demo { ...@@ -38,7 +38,6 @@ class Demo {
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/matomo cd toolkit/packages/matomo
git submodule update --init
# install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) # install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically)
yarn install yarn install
......
...@@ -30,7 +30,6 @@ send({ ...@@ -30,7 +30,6 @@ send({
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/notification cd toolkit/packages/notification
git submodule update --init
# install dependencies # install dependencies
yarn install yarn install
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/person-profile cd toolkit/packages/person-profile
git submodule update --init
# install dependencies # install dependencies
yarn install yarn install
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git git clone git@gitlab.tugraz.at:dbp/web-components/toolkit.git
cd toolkit/packages/person-select cd toolkit/packages/person-select
git submodule update --init
# install dependencies # install dependencies
yarn install yarn install
......
...@@ -38,7 +38,6 @@ after loaded. This attribute is also used to stop the QR code reader or if you d ...@@ -38,7 +38,6 @@ after loaded. This attribute is also used to stop the QR code reader or if you d
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/web-components/qr-code-scanner.git git clone git@gitlab.tugraz.at:dbp/web-components/qr-code-scanner.git
cd qr-code-scanner cd qr-code-scanner
git submodule update --init
# install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically) # install dependencies (make sure you have npm version 4+ installed, so symlinks to the git submodules are created automatically)
yarn install yarn install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment