Commit 5c3bfce1 authored by brizental's avatar brizental Committed by Pier Angelo Vendrame
Browse files

fixup! Add CI for Base Browser

Bug 44990: Fix dubious ownership CI issue
parent 7f21c905
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,7 +2,12 @@
  variables:
      GIT_STRATEGY: "none"
      FETCH_TIMEOUT: 180 # 3 minutes

      GIT_CONFIG_GLOBAL: "/tmp/gitconfig"
  before_script:
    - |
      echo "[safe]" > "$GIT_CONFIG_GLOBAL"
      echo "  directory = *" >> "$GIT_CONFIG_GLOBAL"
    - git init
    - git remote add local "$LOCAL_REPO_PATH"
    - |