Skip to content

Commit 677feec

Browse files
committed
Move script parity comment into scripts README
1 parent 33fa844 commit 677feec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Cross-track consistency
2+
3+
Many of these scripts are shared between the Java and Kotlin tracks. If you make an update to a script in one of these tracks, please also update the same script in the other track if appropriate. Thank you!

bin/journey-test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

3-
# This script is shared between the Java and Kotlin tracks. If you make an update to this script on
4-
# one track, please create a companion PR to merge it in to the other. Thank you!
53
TRACK=java
64
TRACK_REPO="$TRACK"
75
TRACK_SRC_EXT="java"

0 commit comments

Comments
 (0)