Skip to content

Commit 063989f

Browse files
debug
1 parent b116b0d commit 063989f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ batch:
2929
image: aws/codebuild/standard:5.0
3030
- identifier: py37_decrypt_masterkey_with_masterkey
3131
depend-on:
32-
- py37_generate_decrypt_vectors
32+
- py37_generate_decrypt_vectors_masterkey
3333
buildspec: codebuild/py37/decrypt_masterkey_with_masterkey.yml
3434
env:
3535
image: aws/codebuild/standard:5.0
3636
- identifier: py37_decrypt_masterkey_with_js
3737
depend-on:
38-
- py37_generate_decrypt_vectors
38+
- py37_generate_decrypt_vectors_masterkey
3939
buildspec: codebuild/py37/decrypt_masterkey_with_js.yml
4040
env:
4141
image: aws/codebuild/standard:5.0

0 commit comments

Comments
 (0)