We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a0625 commit 0c51f3fCopy full SHA for 0c51f3f
buildspec.yml
@@ -304,12 +304,12 @@ batch:
304
buildspec: codebuild/py312/decrypt_hkeyring_with_keyrings.yml
305
env:
306
image: aws/codebuild/standard:7.0
307
- # - identifier: py312_decrypt_hkeyring_with_net
308
- # depend-on:
309
- # - py312_generate_hkeyring_decrypt_vectors
310
- # buildspec: codebuild/py312/decrypt_hkeyring_with_net.yml
311
- # env:
312
- # image: aws/codebuild/standard:7.0
+ - identifier: py312_decrypt_hkeyring_with_net
+ depend-on:
+ - py312_generate_hkeyring_decrypt_vectors
+ buildspec: codebuild/py312/decrypt_hkeyring_with_net.yml
+ env:
+ image: aws/codebuild/standard:7.0
313
314
- identifier: code_coverage
315
buildspec: codebuild/coverage/coverage.yml
0 commit comments