diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 00da957..2d80fe8 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -18,19 +18,24 @@ 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 ${{env.REPOSITORY}} + # uses: actions/checkout@v3 + # with: + # repository: ${{env.REPOSITORY}} + # 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: | - zip -r -9 ${{env.REPOSITORY}}-${{env.BRANCH}}-${{env.BUILD_NUMBER}}.zip ./src/ + echo ${{ env.REPO_AUTH_LOGIN }} + echi ${{ env.REPO_AUTH_PASSWORD }} \ No newline at end of file