Fix(#5):Corrige une typo dans le nom des images
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user