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

pull/2/head
Dmitry Kirdyashkin 2023-07-04 16:15:07 +03:00
parent a48c8cc08c
commit ce4ebae472
1 changed files with 17 additions and 12 deletions

View File

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