Skip to content

Commit

Permalink
gitlab test
Browse files Browse the repository at this point in the history
  • Loading branch information
Виталий Шунков committed Feb 5, 2024
1 parent 00501f0 commit 18ee7e1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/UnitTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ jobs:
- name: Clean workspace
run: rm -rf ..?* .[!.]* *
if: always()
call_build:
name: Build
needs: [version, test]
uses: ./.github/workflows/Curl.yaml
secrets:
RAW_AUTH_RW: ${{ secrets.RAW_AUTH_RW }}
YUM_AUTH_RW: ${{ secrets.YUM_AUTH_RW }}
GPG_KEY_KDY: ${{ secrets.GPG_KEY_KDY }}
DEPLOY_PROD_SSH_KEY: ${{ secrets.DEPLOY_PROD_SSH_KEY }}
KNOWN_HOSTS: ${{ secrets.KNOWN_HOSTS }}
with:
VERSION: ${{ needs.version.outputs.VERSION }}
call_integrations_tests:
name: IntegrationTest
needs: [version]
Expand Down

0 comments on commit 18ee7e1

Please sign in to comment.