t
Create archive / Create archive (push) Failing after 2s Details

pull/2/head
Dmitry Kirdyashkin 2023-07-04 16:18:28 +03:00
parent e60f9ca2b7
commit e9e1cd71fe
1 changed files with 12 additions and 17 deletions

View File

@ -18,24 +18,19 @@ jobs:
name: Create archive
runs-on: ubuntu-latest
# container:
# image: gitea.kdiva.ru/infrastructure/archiver
# credentials:
# username: ${{ env.REPO_AUTH_LOGIN }}
# password: ${{ env.REPO_AUTH_PASSWORD }}
container:
image: gitea.kdiva.ru/infrastructure/archiver
credentials:
username: "${{ env.REPO_AUTH_LOGIN }}"
password: "${{ env.REPO_AUTH_PASSWORD }}"
steps:
# - name: Checkout ${{env.REPOSITORY}}
# uses: actions/checkout@v3
# with:
# repository: ${{env.REPOSITORY}}
# github-server-url: https://gitea.kdiva.ru
- name: Checkout
uses: actions/checkout@v3
with:
repository: ${{env.REPOSITORY}}
github-server-url: https://gitea.kdiva.ru
# - name: Create archive
# run: |
# zip -r -9 ${{env.REPOSITORY}}-${{env.BRANCH}}-${{env.BUILD_NUMBER}}.zip ./src/
- name: test
- name: Create archive
run: |
echo "${{ env.REPO_AUTH_LOGIN }}"
echo "${{ env.REPO_AUTH_PASSWORD }}"
zip -r -9 "${{env.REPOSITORY}}-${{env.BRANCH}}-${{env.BUILD_NUMBER}}.zip" ./src/