Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a052326f

Přidáno uživatelem Milan Hotovec před téměř 4 roky(ů)

Linux path fix
@deploy

Zobrazit rozdíly:

.gitlab-ci.yml
206 206
    - 'echo -e "Pipeline trigger source: $CI_PIPELINE_SOURCE\n" >> ./deploy/00_buildLog.txt'
207 207
    - 'echo -e "Runner: $CI_RUNNER_DESCRIPTION\n" >> ./deploy/00_buildLog.txt'
208 208
    - 'echo -e "Description: $CI_COMMIT_MESSAGE\n" >> ./deploy/00_buildLog.txt'
209
    - 'cp -r "./src/Presentation/Leuze.App/bin\Debug/net5.0/." "./deploy"'
210
    - 'cp -r "./src/Presentation/Leuze.Modules/net5.0/." "./deploy/modules"'
209
    - 'cp -r "./src/Presentation/Leuze.App/bin/Debug/net5.0/publish/." "./deploy"'
210
    - 'cp -r "./src/Presentation/Leuze.Modules/net5.0/publish/." "./deploy/modules"'
211 211
  artifacts:
212 212
    name: "Manual Deploy artifact - linux"
213 213
    expire_in: 30 days
......
237 237
    - 'echo -e "Pipeline trigger source: $CI_PIPELINE_SOURCE\n" >> ./deploy/00_buildLog.txt'
238 238
    - 'echo -e "Runner: $CI_RUNNER_DESCRIPTION\n" >> ./deploy/00_buildLog.txt'
239 239
    - 'echo -e "Description: $CI_COMMIT_MESSAGE\n" >> ./deploy/00_buildLog.txt'
240
    - 'cp -r "./src/Presentation/Leuze.App/bin\Debug/net5.0/." "./deploy"'
241
    - 'cp -r "./src/Presentation/Leuze.Modules/net5.0/." "./deploy/modules"'
240
    - 'cp -r "./src/Presentation/Leuze.App/bin/Debug/net5.0/publish/." "./deploy"'
241
    - 'cp -r "./src/Presentation/Leuze.Modules/net5.0/publish/." "./deploy/modules"'
242 242
  artifacts:
243 243
    name: "Developmental Deploy artifact - linux"
244 244
    expire_in: 30 days
......
268 268
    - 'echo -e "Pipeline trigger source: $CI_PIPELINE_SOURCE\n" >> ./deploy/00_buildLog.txt'
269 269
    - 'echo -e "Runner: $CI_RUNNER_DESCRIPTION\n" >> ./deploy/00_buildLog.txt'
270 270
    - 'echo -e "Description: $CI_COMMIT_MESSAGE\n" >> ./deploy/00_buildLog.txt'
271
    - 'cp -r "./src/Presentation/Leuze.App/bin\Debug/net5.0/." "./deploy"'
272
    - 'cp -r "./src/Presentation/Leuze.Modules/net5.0/." "./deploy/modules"'
271
    - 'cp -r "./src/Presentation/Leuze.App/bin/Debug/net5.0/publish/." "./deploy"'
272
    - 'cp -r "./src/Presentation/Leuze.Modules/net5.0/publish/." "./deploy/modules"'
273 273
  artifacts:
274 274
    name: "Master Deploy artifact - linux"
275 275
    expire_in: 30 days

Také k dispozici: Unified diff