Skip to content

cicd: code clean-up #1067

cicd: code clean-up

cicd: code clean-up #1067

Workflow file for this run

name: Push OpenCGA TASK
on:
push:
branches:
- TASK-*
workflow_dispatch:
# WARNING Develop branch needed for prod
jobs:
build:
uses: opencb/java-common-libs/.github/workflows/[email protected]
with:
maven_opts: -P storage-hadoop,hdp3.1,RClient,opencga-storage-hadoop-deps -Dopencga.war.name=opencga -Dcheckstyle.skip -pl '!:opencga-storage-hadoop-deps-emr6.1,!:opencga-storage-hadoop-deps-hdp2.6'
test:
uses: ./.github/workflows/test-analysis.yml
needs: build
secrets: inherit
with:
test_profile: runShortTests
report_context: development
deploy-docker:
uses: opencb/java-common-libs/.github/workflows/[email protected]
needs: test
with:
cli: python3 ./build/cloud/docker/docker-build.py push --images base,init --tag ${{ github.ref_name }}
secrets: inherit