Fix(#5):Corrige une typo dans le nom des images

This commit is contained in:
2023-05-19 00:07:14 +02:00
parent a3147e55d8
commit 90fd647107
23 changed files with 0 additions and 32 deletions

View File

@@ -1,32 +0,0 @@
manifest-job/BL2_frozen_wasteland:
variables:
PACKAGE_NAME: "BL2_frozen_wasteland"
extends: .manifest-job
test-images-job/BL2_frozen_wasteland:
needs:
- manifest-job/BL2_frozen_wasteland
variables:
PACKAGE_NAME: "BL2_frozen_wasteland"
extends: .test-job
bundle-job/BL2_frozen_wasteland:
needs:
- manifest-job/BL2_frozen_wasteland
variables:
PACKAGE_NAME: "BL2_frozen_wasteland"
extends: .bundle-job
upload-job/BL2_frozen_wasteland:
needs:
- bundle-job/BL2_frozen_wasteland
variables:
PACKAGE_NAME: "BL2_frozen_wasteland"
extends: .upload-job
release-job/BL2_frozen_wasteland:
needs:
- upload-job/BL2_frozen_wasteland
variables:
PACKAGE_NAME: "BL2_frozen_wasteland"
extends: .release-job