Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisb87 committed Oct 23, 2023
1 parent c3ec8e4 commit 3ebcbf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:
include:
- stage: push QA image
if: ((branch = qa) OR (branch = DR-2448-setup-travis)) AND (type != pull_request)
if: ((branch = qa) OR (branch = DR-2448-setup-travis)) #AND (type != pull_request)
env:
- ECR_URL=685731035297.dkr.ecr.us-east-1.amazonaws.com/dc-frontend:$TRAVIS_BRANCH-latest
- AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID_QA
Expand All @@ -31,7 +31,7 @@ jobs:
- docker tag $LOCAL_TAG_NAME "$ECR_URL";
- docker push "$ECR_URL";
- stage: update QA tasks
if: ((branch = qa) OR (branch = DR-2448-setup-travis)) AND (type != pull_request)
if: ((branch = qa) OR (branch = DR-2448-setup-travis)) #AND (type != pull_request)
env:
- AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID_QA
- AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY_QA
Expand Down

0 comments on commit 3ebcbf6

Please sign in to comment.