Skip to content

Commit

Permalink
[nightly] dont prune in phab tag cleanup
Browse files Browse the repository at this point in the history
Summary: -P still isnt supported in v2.11 which is what the default circle image uses. I don't think we need it since we are doing a fresh checkout - so just do the clean up part.

Test Plan: eyes

Reviewers: max

Reviewed By: max

Differential Revision: https://dagster.phacility.com/D147
  • Loading branch information
alangenfeld committed May 16, 2019
1 parent d61feb7 commit 2784076
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -75,5 +75,4 @@ jobs:
- run:
name: Clean Phabricator Tags
command: |
git fetch -p -P origin
git tag | grep phabricator | xargs git push -d origin

0 comments on commit 2784076

Please sign in to comment.