summaryrefslogtreecommitdiff
path: root/test/integration/targets/git/tasks/forcefully-fetch-tag.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/git/tasks/forcefully-fetch-tag.yml')
-rw-r--r--test/integration/targets/git/tasks/forcefully-fetch-tag.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/git/tasks/forcefully-fetch-tag.yml b/test/integration/targets/git/tasks/forcefully-fetch-tag.yml
index 47c37478..db35e048 100644
--- a/test/integration/targets/git/tasks/forcefully-fetch-tag.yml
+++ b/test/integration/targets/git/tasks/forcefully-fetch-tag.yml
@@ -11,7 +11,7 @@
git add leet;
git commit -m uh-oh;
git tag -f herewego;
- git push --tags origin master
+ git push --tags origin '{{ git_default_branch }}'
args:
chdir: "{{ repo_dir }}/tag_force_push_clone1"
@@ -26,7 +26,7 @@
git add leet;
git commit -m uh-oh;
git tag -f herewego;
- git push -f --tags origin master
+ git push -f --tags origin '{{ git_default_branch }}'
args:
chdir: "{{ repo_dir }}/tag_force_push_clone1"