Compare commits
88 Commits
HFW_Three_
...
cicd
Author | SHA1 | Date | |
---|---|---|---|
|
26c51d409f | ||
|
2c1137b590 | ||
797caf0678 | |||
ea9a4a6618 | |||
1d3c968ad9 | |||
fdaff717b0 | |||
bbdf05f4ce | |||
845f52ae33 | |||
4bab4c1b8a | |||
fba937b0d9 | |||
|
a28fea0cc7 | ||
b24aa4bb54 | |||
8fe596ecaa | |||
2c5b05f01a | |||
bdf91e0957 | |||
4b012e64c4 | |||
528c25e11a | |||
82385d1164 | |||
f8fa02924c | |||
dee4a9c037 | |||
|
530e2763d9 | ||
98878bd6b6 | |||
9ac05f338b | |||
54620edeb8 | |||
3a2e419d27 | |||
c47f7d4ae8 | |||
8b72846275 | |||
4c889c28ce | |||
5f5c28b033 | |||
78d8b60f59 | |||
f0e5056de6 | |||
85803e95f1 | |||
f83c6b7988 | |||
112b745a45 | |||
d665e1f12e | |||
1e341a353a | |||
4c5d5867c7 | |||
|
06f0f40964 | ||
|
5940937f6e | ||
5916053780 | |||
ef9b330685 | |||
|
fc377e3a44 | ||
|
2b1714ed9b | ||
ac38241629 | |||
8c446eeb4b | |||
6d0a52a5df | |||
798f6de969 | |||
afb0e16596 | |||
ce3ffa7e6a | |||
ff65f260d0 | |||
a7c5db924d | |||
16abe31b34 | |||
6cae40e2e8 | |||
d32e075d3d | |||
bd71602b0a | |||
774b52e3e8 | |||
b349fe729a | |||
67f2a9f474 | |||
69ec0da893 | |||
116aae9465 | |||
|
5c4b1e769c | ||
|
3487e5da0b | ||
|
ed57c7ec28 | ||
659237211d | |||
933fb8d435 | |||
910c6bcf2d | |||
7a3ea5ad67 | |||
e815627197 | |||
d234291a5c | |||
f4a46241cd | |||
6cd74ba294 | |||
b5aeabc813 | |||
c1a221bd8a | |||
429acc65c2 | |||
277a153a90 | |||
444efdb279 | |||
70fbe935b6 | |||
|
0f093d4359 | ||
|
84b696b411 | ||
16ae62c21b | |||
a5f83748d6 | |||
6bb20f6d2d | |||
2d0e5429df | |||
3977fc4c13 | |||
4b5ae81dae | |||
03cce7edee | |||
9941fa7bac | |||
|
5d4770dfe1 |
5
.gitignore
vendored
5
.gitignore
vendored
@@ -4,4 +4,7 @@
|
|||||||
|
|
||||||
# Ignore python stuff
|
# Ignore python stuff
|
||||||
**/__pycache__
|
**/__pycache__
|
||||||
**/.pytest_cache
|
**/.pytest_cache
|
||||||
|
|
||||||
|
# Ignore les fichiers système de MacOS
|
||||||
|
**/.DS_Store
|
@@ -60,10 +60,10 @@ variables:
|
|||||||
changes:
|
changes:
|
||||||
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
- ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||||
script:
|
script:
|
||||||
- zip -j ${PACKAGE_NAME}.zip ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
- zip -j ${PACKAGE_NAME}.wdd ${ENTRY_FOLDER}/${PACKAGE_NAME}/*
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ${PACKAGE_NAME}.zip
|
- ${PACKAGE_NAME}.ddw
|
||||||
when: on_success
|
when: on_success
|
||||||
expire_in: "1 hour"
|
expire_in: "1 hour"
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@ variables:
|
|||||||
- |
|
- |
|
||||||
curl --fail \
|
curl --fail \
|
||||||
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
|
--header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
|
||||||
--upload-file ${PACKAGE_NAME}.zip "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip?select=package_file"
|
--upload-file ${PACKAGE_NAME}.ddw "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw?select=package_file"
|
||||||
|
|
||||||
.release-job:
|
.release-job:
|
||||||
stage: Release
|
stage: Release
|
||||||
@@ -96,11 +96,12 @@ variables:
|
|||||||
script:
|
script:
|
||||||
- echo "Releasing assets for $PACKAGE_NAME"
|
- echo "Releasing assets for $PACKAGE_NAME"
|
||||||
release:
|
release:
|
||||||
name: "Release $PACKAGE_NAME $RELEASE_VERSION"
|
name: "Livrable $PACKAGE_NAME $RELEASE_VERSION"
|
||||||
tag_name: "$PACKAGE_NAME.$RELEASE_VERSION"
|
tag_name: "$PACKAGE_NAME.$RELEASE_VERSION"
|
||||||
description: "Version $RELEASE_VERSION"
|
description: "Version $RELEASE_VERSION"
|
||||||
ref: "$CI_COMMIT_SHA"
|
ref: "$CI_COMMIT_SHA"
|
||||||
assets:
|
assets:
|
||||||
links:
|
links:
|
||||||
- name: ${PACKAGE_NAME}
|
- name: ${PACKAGE_NAME}.ddw
|
||||||
url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.zip"
|
url: "${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}.ddw"
|
||||||
|
link_type: package
|
||||||
|
Reference in New Issue
Block a user