summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2022-10-12 23:59:01 +0400
committerAlexander Mikhaylenko <alexm@gnome.org>2022-10-13 00:17:24 +0400
commit4e0c72190015b8f9e24fce99260e987850c6c3c6 (patch)
treefc86abb11355de6f86136ff71ed144a8968be1c9
parent5472fa06122dd788155ffbd1d060b36ec885ff52 (diff)
downloadepiphany-4e0c72190015b8f9e24fce99260e987850c6c3c6.tar.gz
ci: Fix setting safe.directory
It has to be --global and it doesn't accept relative paths. Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1201>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7a88fddc..f3f3330bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -99,7 +99,7 @@ flatpak master gtk3:
flatpak master:
extends: '.flatpak'
before_script:
- - git config --add safe.directory .
+ - git config --global --add safe.directory $PWD
- git checkout wip/exalm/gtk4
variables:
CONFIG_OPTS: '-Dtech_preview=true -Dprofile=Devel -Dunit_tests=enabled -Dgsb_api_key=${GSB_API_KEY}'