Skip to content

Commit 3eb4903

Browse files
committed
debugging
1 parent 630bbd2 commit 3eb4903

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

scripts/release/publish-dry-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ for script in $(dirname $0)/publish-runners/*.sh; do
2020
source $script
2121
done
2222

23-
dry_run_gha
23+
# dry_run_gha
2424
# dry_run_circleci
2525
dry_run_bitbucket

scripts/release/publish-runners/bitbucket.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ dry_run_bitbucket() (
3535
setup
3636

3737
echo "Dry run: will not publish pipe to bitbucket."
38-
git show-ref
39-
git remote -v
40-
git push bb-origin main --tags --dry-run
38+
git push origin main --tags --dry-run
4139

4240
clean_up
4341
)

0 commit comments

Comments
 (0)