File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 4747 description : " APIHUB UI docker image tag"
4848 type : string
4949 default : " dev"
50+ apihub-api-linter-service-image-tag :
51+ description : " APIHUB API Linter Service docker image tag"
52+ type : string
53+ default : " dev"
5054 schedule :
5155 - cron : ' 0 0 * * *'
5256
5357jobs :
5458 call-docker-compose-run-and-test-ci-workflow :
5559 # TODO: change to main after testing
56- uses : netcracker/qubership-apihub-ci/.github/workflows/run-e2e-tests.yml@main
60+ uses : netcracker/qubership-apihub-ci/.github/workflows/run-e2e-tests.yml@feature/linter-service
5761 with :
5862 compose-repository-branch : ${{ github.event.inputs.compose-repository-branch || 'main'}}
5963 # compose-repository-compose-folder: ${{ github.event.inputs.compose-repository-compose-folder}}
6670 apihub-backend-image-tag : ${{ github.event.inputs.apihub-backend-image-tag || 'dev' }}
6771 apihub-build-task-consumer-image-tag : ${{ github.event.inputs.apihub-build-task-consumer-image-tag || 'dev' }}
6872 apihub-ui-image-tag : ${{ github.event.inputs.apihub-ui-image-tag || 'dev' }}
73+ apihub-api-linter-service-image-tag : ${{ github.event.inputs.apihub-api-linter-service-image-tag || 'dev' }}
6974 secrets :
7075 APIHUB_ACCESS_TOKEN : ${{ secrets.APIHUB_ACCESS_TOKEN }}
7176 APIHUB_ADMIN_EMAIL : ${{ secrets.APIHUB_ADMIN_EMAIL }}
You can’t perform that action at this time.
0 commit comments