diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9e0f2c5..4c514216 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ big_files: allow_failure: true script: - find . -type f -not -path "*.git*" -size +10M + - find . -type f -not -path "*.git*" -size +10M -exec false {} + other_files: stage: test @@ -21,3 +22,4 @@ other_files: allow_failure: true script: - find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" + - find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" -exec false {} + diff --git a/.gitlab-ci.yml.swp b/.gitlab-ci.yml.swp deleted file mode 100644 index 4c533d6c..00000000 Binary files a/.gitlab-ci.yml.swp and /dev/null differ diff --git a/d/dotNET-Core-SDK/core.12072 b/d/dotNET-Core-SDK/core.12072 new file mode 100644 index 00000000..d53b758f Binary files /dev/null and b/d/dotNET-Core-SDK/core.12072 differ