ソースを参照

Move script parity comment into scripts README

Stuart Kent 9 年 前
コミット
677feecb03
共有2 個のファイルを変更した3 個の追加2 個の削除を含む
  1. 3
    0
      bin/README.md
  2. 0
    2
      bin/journey-test.sh

+ 3
- 0
bin/README.md ファイルの表示

@@ -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!

+ 0
- 2
bin/journey-test.sh ファイルの表示

@@ -1,7 +1,5 @@
1 1
 #!/usr/bin/env bash
2 2
 
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!
5 3
 TRACK=java
6 4
 TRACK_REPO="$TRACK"
7 5
 TRACK_SRC_EXT="java"