Skip to content

lib: add files generated by scripts in the version JSON files, #TASK-… #477

lib: add files generated by scripts in the version JSON files, #TASK-…

lib: add files generated by scripts in the version JSON files, #TASK-… #477

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
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,builder --tag ${{ github.ref_name }}
secrets: inherit