Skip to content

cicd: Az CLI login credentials TASK-5061 #275

cicd: Az CLI login credentials TASK-5061

cicd: Az CLI login credentials TASK-5061 #275

Workflow file for this run

name: CellBase Develop workflow
on:
push:
branches:
- TASK-*
workflow_dispatch:
jobs:
build:
uses: opencb/java-common-libs/.github/workflows/build-java-app-workflow.yml@develop
with:
maven_opts: -DCELLBASE.WAR.NAME=cellbase -P default-config-test
test:
uses: ./.github/workflows/test-analysis.yml

Check failure on line 16 in .github/workflows/task.yml

View workflow run for this annotation

GitHub Actions / CellBase Develop workflow

Invalid workflow file

The workflow is not valid. In .github/workflows/task.yml (Line: 16, Col: 11): Error from called workflow opencb/cellbase/.github/workflows/test-analysis.yml@0728a3f135a21e192e5eecddea97a7c23a44bdac (Line: 40, Col: 13): Unexpected value 'kubectl -n cellbase-db port-forward services/cellbase-rs0-svc 27017:27017 &'
needs: build
secrets: inherit
deploy-docker:
uses: opencb/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
needs: test
with:
cli: python3 ./build/cloud/docker/docker-build.py push --images base --tag ${{ github.ref_name }}
secrets: inherit