We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b116b0d commit 063989fCopy full SHA for 063989f
buildspec.yml
@@ -29,13 +29,13 @@ batch:
29
image: aws/codebuild/standard:5.0
30
- identifier: py37_decrypt_masterkey_with_masterkey
31
depend-on:
32
- - py37_generate_decrypt_vectors
+ - py37_generate_decrypt_vectors_masterkey
33
buildspec: codebuild/py37/decrypt_masterkey_with_masterkey.yml
34
env:
35
36
- identifier: py37_decrypt_masterkey_with_js
37
38
39
buildspec: codebuild/py37/decrypt_masterkey_with_js.yml
40
41
0 commit comments