Skip to content

Commit 0c51f3f

Browse files
committed
add py312_generate_hkeyring_decrypt_vectors in codebuild
1 parent 03a0625 commit 0c51f3f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

buildspec.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,12 @@ batch:
304304
buildspec: codebuild/py312/decrypt_hkeyring_with_keyrings.yml
305305
env:
306306
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
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
313313

314314
- identifier: code_coverage
315315
buildspec: codebuild/coverage/coverage.yml

0 commit comments

Comments
 (0)