File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,23 @@ jobs:
104
104
run :
105
105
echo "Distribute ci"
106
106
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
+
107
124
108
125
finalise :
109
126
needs : distribute
You can’t perform that action at this time.
0 commit comments