Skip to content

Commit

Permalink
Fix passing source branch name into checkout.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Egorov authored and ykyivskyi-gl committed Nov 12, 2024
1 parent cc63f1b commit 6abc54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source_branch := $(shell git rev-parse --abbrev-ref HEAD)
clone-snapshots-ci:
@echo " ⏬ Cloning snapshots..."
@command git clone $(repo_url) SnapshotTests/__Snapshots__
@command cd SnapshotTests/__Snapshots__ && ./checkout.sh $(SOURCE_BRANCH) $(destination_branch)
@command cd SnapshotTests/__Snapshots__ && ./checkout.sh $(source_branch) $(destination_branch)

commit-snapshots:
@echo " 💾 Committing snapshots..."
Expand Down

0 comments on commit 6abc54c

Please sign in to comment.