Skip to content

Commit

Permalink
clear caches
Browse files Browse the repository at this point in the history
  • Loading branch information
omero committed Dec 14, 2015
1 parent 60ef507 commit e4a829d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
#adding remote once again
- git remote add pantheon ssh://[email protected].$PUUID.drush.in:2222/~/repository.git

- if [ $CIRCLE_BRANCH == 'master' ] ; then git checkout $CIRCLE_BRANCH && git push pantheon $CIRCLE_BRANCH --force && terminus site clear-caches --site=$CIRCLE_PROJECT_REPONAME --env=dev; fi
- if [ $CIRCLE_BRANCH == 'master' ] ; then git checkout $CIRCLE_BRANCH && git push pantheon $CIRCLE_BRANCH --force && terminus site clear-cache --site=$CIRCLE_PROJECT_REPONAME --env=dev; fi

#- if [ $CIRCLE_BRANCH != 'master' ] ; then
# terminus site create-env --site=$CIRCLE_PROJECT_REPONAME --to-env=$CIRCLE_PR_USERNAME-pr-$CIRCLE_PR_NUMBER --from-env=dev && \
Expand Down

0 comments on commit e4a829d

Please sign in to comment.