From 640087174991cf020ddc540f1bd236f9db9bc0e5 Mon Sep 17 00:00:00 2001 From: bo41 Date: Tue, 14 Sep 2021 18:28:50 +0200 Subject: [PATCH] CI: rename ci folder to consistent naming (MR 10) part of https://gitlab.com/postmarketOS/postmarketos/-/issues/26 --- {.gitlab-ci => .ci}/check_linting.sh | 0 .gitlab-ci.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {.gitlab-ci => .ci}/check_linting.sh (100%) diff --git a/.gitlab-ci/check_linting.sh b/.ci/check_linting.sh similarity index 100% rename from .gitlab-ci/check_linting.sh rename to .ci/check_linting.sh diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c42b69a..2060835 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ gofmt linting: - apk -q update --repository http://dl-4.alpinelinux.org/alpine/edge/testing - apk -q add --repository http://dl-4.alpinelinux.org/alpine/edge/testing go staticcheck script: - - .gitlab-ci/check_linting.sh + - .ci/check_linting.sh build: stage: build