File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,19 +31,19 @@ jobs:
31
31
script : make build-docker-images
32
32
name : Build Docker Images
33
33
- stage : Test
34
- if : type = push AND env(DOCKERHUB_USERNAME ) IS present
34
+ if : type = push AND env(AWS_ACCESS_KEY_ID ) IS present
35
35
script : make readme-codeblock-test
36
36
name : README Codeblock Executions Test
37
37
- stage : Test
38
- if : type = push AND env(DOCKERHUB_USERNAME ) IS present
38
+ if : type = push AND env(AWS_ACCESS_KEY_ID ) IS present
39
39
script : make output-validation-test
40
40
name : CFN/Terraform Output Validation Tests
41
41
- stage : Test
42
42
if : type = push AND env(GITHUB_TOKEN) IS present
43
43
script : make license-test
44
44
name : License Test
45
45
- stage : Test
46
- if : type = push AND env(GITHUB_TOKEN ) IS present
46
+ if : type = push AND env(AWS_ACCESS_KEY_ID ) IS present
47
47
language : go
48
48
go : " 1.15.x"
49
49
script : make e2e-test
You can’t perform that action at this time.
0 commit comments