Skip to content

Commit 6cba8af

Browse files
authored
Update .travis.yml (#51)
1 parent 964e35d commit 6cba8af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ jobs:
3131
script: make build-docker-images
3232
name: Build Docker Images
3333
- stage: Test
34-
if: type = push AND env(DOCKERHUB_USERNAME) IS present
34+
if: type = push AND env(AWS_ACCESS_KEY_ID) IS present
3535
script: make readme-codeblock-test
3636
name: README Codeblock Executions Test
3737
- stage: Test
38-
if: type = push AND env(DOCKERHUB_USERNAME) IS present
38+
if: type = push AND env(AWS_ACCESS_KEY_ID) IS present
3939
script: make output-validation-test
4040
name: CFN/Terraform Output Validation Tests
4141
- stage: Test
4242
if: type = push AND env(GITHUB_TOKEN) IS present
4343
script: make license-test
4444
name: License Test
4545
- stage: Test
46-
if: type = push AND env(GITHUB_TOKEN) IS present
46+
if: type = push AND env(AWS_ACCESS_KEY_ID) IS present
4747
language: go
4848
go: "1.15.x"
4949
script: make e2e-test

0 commit comments

Comments
 (0)