Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a0d7173 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

Merge branch '5048-reduce-repo-sync-size' into 'master'

specify a depth of one to avoir syncing too much

See merge request e/os/releases!86
parents 92ea1c26 d53032f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stages:
  script:
    - mkdir "$SRC_DIR/$CI_COMMIT_REF_NAME" || true
    - cd "$SRC_DIR/$CI_COMMIT_REF_NAME"
    - repo init -u $REPO -b $CI_COMMIT_REF_NAME
    - repo init --depth 1 -u $REPO -b $CI_COMMIT_REF_NAME
    - repo sync -c --force-sync --force-sync --force-remove-dirty --prune
    - repo manifest -r -o $CI_PROJECT_DIR/default.xml
    - cd $CI_PROJECT_DIR