diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-09-27 12:12:22 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2021-09-29 09:07:25 -0400 |
commit | 6bb03ddafcf37b3969a1541844577c80e87565fd (patch) | |
tree | 19b9b7d5c5b1d69bde471e014d3273056402ec15 /.gitlab-ci.yml | |
parent | 1f44dda4a810f472d58644317d41b16578efa5a3 (diff) | |
download | gstreamer-6bb03ddafcf37b3969a1541844577c80e87565fd.tar.gz |
ci: Remove useless GIT_LFS_SKIP_SMUDGE and GIT_STRATEGY
GIT_LFS_SKIP_SMUDGE is not needed because we don't have git-lfs any
more.
GIT_STRATEGY is not needed because "fetch" is the default strategy.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/939>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4a090c75a..424d0a2ec0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,6 @@ variables: GST_UPSTREAM_BRANCH: 'master' ORC_UPSTREAM_BRANCH: 'master' - GIT_LFS_SKIP_SMUDGE: '1' - ### # IMPORTANT # These are the version tags for the docker images the CI runs against. @@ -204,8 +202,6 @@ default: STORAGE_DRIVER: 'vfs' BUILDAH_FORMAT: 'docker' BUILDAH_ISOLATION: 'chroot' - - GIT_STRATEGY: fetch script: - export LOCAL_IMAGE="$CI_REGISTRY_IMAGE/$REPO_SUFFIX:$TAG" - export LOCAL_GST_CI_IMAGE="$CI_REGISTRY/$CI_PROJECT_NAMESPACE/gst-ci/$REPO_SUFFIX:$TAG" @@ -281,8 +277,6 @@ gst-indent amd64 docker: windows amd64 docker: stage: "build docker" variables: - GIT_STRATEGY: fetch - # Unlike the buildah/linux jobs, this file # needs to be relative to docker/windows/ subdir # as it makes life easier in the powershell script @@ -313,8 +307,6 @@ windows amd64 docker: rules: - if: '$CI_PROJECT_NAME == "gst-ci"' variables: - GIT_STRATEGY: 'fetch' - # Unlike the buildah/linux jobs, this file # needs to be relative to docker/windows/ subdir # as it makes life easier in the powershell script @@ -364,9 +356,6 @@ windows rust amd64 docker minimum supported version: gst indent: image: $INDENT_IMAGE stage: 'preparation' - variables: - GIT_STRATEGY: 'fetch' - GIT_LFS_SKIP_SMUDGE: '1' script: # man indent. grep RETURN VALUE, grab a beer on my behalf... - indent --version || true @@ -688,7 +677,6 @@ integration testsuites fedora: variables: EXTRA_VALIDATE_ARGS: "--timeout-factor=2 --retry-on-failures --check-bugs --parts=${CI_NODE_TOTAL} --part-index=${CI_NODE_INDEX}" TEST_SUITE: "validate ges" - GIT_LFS_SKIP_SMUDGE: '0' # gstreamer-full: # introspection has been disabled as the static build does not support it. |