From 619b8535f1c3e546a27b0f2876b55502e5809082 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Thu, 11 Apr 2024 13:42:07 +0300 Subject: [PATCH] move files to correct place --- .gitea/workflows/check-license.yml | 7 +++---- .gitea/workflows/Dockerfile => Dockerfile | 0 .gitea/workflows/action.yml => action.yml | 0 .gitea/workflows/entrypoint.sh => entrypoint.sh | 0 4 files changed, 3 insertions(+), 4 deletions(-) rename .gitea/workflows/Dockerfile => Dockerfile (100%) rename .gitea/workflows/action.yml => action.yml (100%) rename .gitea/workflows/entrypoint.sh => entrypoint.sh (100%) diff --git a/.gitea/workflows/check-license.yml b/.gitea/workflows/check-license.yml index be35b60..942b1ed 100644 --- a/.gitea/workflows/check-license.yml +++ b/.gitea/workflows/check-license.yml @@ -9,8 +9,7 @@ jobs: name: Check license runs-on: docker container: - image: harbor.avroid.tech/devops/clang-format:14-node20 - # image: harbor.avroid.tech/docker-hub-proxy/node:20-alpine3.19 + image: harbor.avroid.tech/devops/node:20-alpine3.19-0 steps: - run: echo "Start job on ${{ runner.name }} with os ${{ runner.os }}" - run: echo "Work with branch ${{ gitea.ref }} repository ${{ gitea.repository }}" @@ -19,5 +18,5 @@ jobs: with: fetch-depth: 0 # for work tj-actions/changed-files persist-credentials: false # for work tj-actions/changed-files - - name: Check license - uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Actions/addlicense-docker-action.git@latest + # - name: Check license + # uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Actions/addlicense-docker-action.git@latest diff --git a/.gitea/workflows/Dockerfile b/Dockerfile similarity index 100% rename from .gitea/workflows/Dockerfile rename to Dockerfile diff --git a/.gitea/workflows/action.yml b/action.yml similarity index 100% rename from .gitea/workflows/action.yml rename to action.yml diff --git a/.gitea/workflows/entrypoint.sh b/entrypoint.sh similarity index 100% rename from .gitea/workflows/entrypoint.sh rename to entrypoint.sh