Created
April 22, 2020 21:43
-
-
Save mikedep333/775d94b0b94ec82b4636b2c2c4212a96 to your computer and use it in GitHub Desktop.
git checkout PR example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - hosts: all | |
| tasks: | |
| # Does not support being re-run, with or without updates=yes | |
| - git: | |
| repo: "https://github.com/pulp/pulpcore/" | |
| dest: /tmp/pulpcore | |
| version: '630' | |
| refspec: 'pull/630/head:630' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment