File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/scripts/upstream-sync Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717# ──────────────────────────────────────────────────────────────
1818set -euo pipefail
1919
20- ROOT_DIR=" $( cd " $( dirname " $0 " ) /../.." && pwd) "
20+ ROOT_DIR=" $( cd " $( dirname " $0 " ) /../../.. " && pwd) "
2121ENV_FILE=" $ROOT_DIR /.merge-env"
2222
2323if [[ ! -f " $ENV_FILE " ]]; then
Original file line number Diff line number Diff line change 1515# ──────────────────────────────────────────────────────────────
1616set -euo pipefail
1717
18- ROOT_DIR=" $( cd " $( dirname " $0 " ) /../.." && pwd) "
18+ ROOT_DIR=" $( cd " $( dirname " $0 " ) /../../.. " && pwd) "
1919ENV_FILE=" $ROOT_DIR /.merge-env"
2020
2121if [[ ! -f " $ENV_FILE " ]]; then
Original file line number Diff line number Diff line change 1414# ──────────────────────────────────────────────────────────────
1515set -euo pipefail
1616
17- ROOT_DIR=" $( cd " $( dirname " $0 " ) /../.." && pwd) "
17+ ROOT_DIR=" $( cd " $( dirname " $0 " ) /../../.. " && pwd) "
1818cd " $ROOT_DIR "
1919
2020UPSTREAM_REPO=" https://github.com/github/copilot-sdk.git"
You can’t perform that action at this time.
0 commit comments