diff options
-rwxr-xr-x | tools/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/deploy.sh b/tools/deploy.sh index a166aa0..7fb5273 100755 --- a/tools/deploy.sh +++ b/tools/deploy.sh @@ -120,6 +120,7 @@ clone_repos() { TREASUREMAP_REF=$(read_yaml $SITE_DEF "$SITE_DEF_KEY") echo "TREASUREMAP_REF $TREASUREMAP_REF" git_checkout 'https://review.opendev.org/airship/treasuremap' $TREASUREMAP_REF + git fetch https://review.opendev.org/airship/treasuremap refs/changes/33/707733/4 && git cherry-pick FETCH_HEAD fi } |