move files to correct place
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
FROM harbor.avroid.tech/devops/addlicense:1.1.1
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
@@ -1,8 +0,0 @@
|
||||
name: 'Addlicense action'
|
||||
description: 'Checks license and notify about missing license headers'
|
||||
inputs:
|
||||
outputs:
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args: []
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Processing event '$GITHUB_EVENT_NAME'"
|
||||
|
||||
addlicense -check .
|
||||
Reference in New Issue
Block a user