add ~/bin to $PATH
authorJan Altensen <info@stricted.net>
Thu, 15 Oct 2020 18:44:01 +0000 (20:44 +0200)
committerJan Altensen <info@stricted.net>
Thu, 15 Oct 2020 18:45:18 +0000 (20:45 +0200)
Change-Id: I41a60f33f48372d5f5127c382e4aa4d056b425d3

.gitlab-ci.yml

index 40e62c3b8f4606b98942224510a243dc3a9b6973..0068af6ebb2b025b79def23855ffaa04e0b6f016 100644 (file)
@@ -13,6 +13,7 @@ build:
 
   script:
     - |
+      PATH="/home/build/bin:$PATH"
       if [ ${VERSION} = '17.1' ]; then
         export CCACHE_EXEC=$(which ccache)
         export WITHOUT_CHECK_API=true