final everything work

This commit is contained in:
2023-11-19 16:24:44 +01:00
parent 3245bac439
commit 35cbac9328

View File

@@ -27,31 +27,6 @@ jobs:
- name: Show Information
run: echo "Runner ${{ runner.os }} working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}"
# - name: Install dnsutils and git (github actions)
# run: |
# apt-get update
# apt-get -y install dnsutils git
# - name: Install node (github actions)
# run: |
# apt-get update && apt-get install -y ca-certificates curl gnupg
# install -m 0755 -d /etc/apt/keyrings
# curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
# NODE_MAJOR=${{ vars.NODE_MAJOR_VERSION }}
# echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
# apt-get update && apt-get install nodejs -y
# - name: Install Docker
# run: |
# apt-get update
# apt-get -y install ca-certificates curl gnupg
# install -m 0755 -d /etc/apt/keyrings
# curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
# chmod a+r /etc/apt/keyrings/docker.gpg
# echo "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
# apt-get update
# apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin
- name: Git clone private repository
uses: actions/checkout@v4
with: