Skip to content

Commit e261470

Browse files
authored
Update build-migration-dev.yml
paste Excel distribute commands from codefresh.yml in comments
1 parent 99c2a03 commit e261470

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build-migration-dev.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,23 @@ jobs:
104104
run:
105105
echo "Distribute ci"
106106

107+
# Excel distribution
108+
# DeployExcel:
109+
# stage: 'build'
110+
# title: Excel deploy
111+
# fail_fast: false
112+
# image: maven:3.8.2-jdk-11
113+
# working_directory: ./rosetta-source/
114+
# shell: bash
115+
# commands:
116+
# - bash -c "${{GPG_IMPORT_COMMAND}}"
117+
# - cd src/generated/excel
118+
# - mv model.xlsx encoded.model.xlsx
119+
# - base64 -d encoded.model.xlsx > cdm-excel-${{RELEASE_NAME}}.xlsx
120+
# - rm encoded.model.xlsx
121+
# - ${{GEN_DEPLOY_POM_SCRIPT}} cdm-excel ${{RELEASE_NAME}} xlsx
122+
# - mvn org.apache.maven.plugins:maven-gpg-plugin:3.1.0:sign-and-deploy-file ${{MVN_DEPLOY_FILE_FLAGS}} -Dfile=cdm-excel-${{RELEASE_NAME}}.xlsx -DgroupId=org.finos.cdm -DartifactId=cdm-excel -Dversion=${{RELEASE_NAME}} -DpomFile=cdm-excel-${{RELEASE_NAME}}.pom
123+
107124

108125
finalise:
109126
needs: distribute

0 commit comments

Comments
 (0)