diff --git a/.ci/build-efl-app.sh b/.ci/build-efl-app.sh index 94013a3ba3..c8a0e6aa0b 100755 --- a/.ci/build-efl-app.sh +++ b/.ci/build-efl-app.sh @@ -2,8 +2,6 @@ set -e -cd / - #clone our examples from efl git clone --depth=1 -b master http://git.enlightenment.org/tools/examples.git/ @@ -15,5 +13,5 @@ meson . ./build ninja -C build all #remove the folder again so its not left in the artifacts -cd / +cd ../../../.. rm -rf examples