Skip to content

Commit

Permalink
update terraform variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Mar 30, 2018
1 parent 1804f77 commit 7ec8f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ after_success:
git remote;
git config user.email ${DOCKER_EMAIL};
git config user.name ${DOCKER_USERNAME};
git add _lupo.auto.tfvars;
git add mastino/stage/services/client-api/_lupo.auto.tfvars;
git commit -m "Adding lupo git variables for latest commit";
git push "https://${TRAVIS_SECURE_TOKEN}@github.com/datacite/mastino.git" master;
fi
Expand Down

0 comments on commit 7ec8f1f

Please sign in to comment.