Skip to content

Commit cefed0b

Browse files
committed
Revert "add new CI step: "setup upstream remote""
This reverts commit 4454fa9.
1 parent c3eb2f2 commit cefed0b

File tree

3 files changed

+0
-39
lines changed

3 files changed

+0
-39
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ jobs:
122122
# which then uses log commands to actually set them.
123123
EXTRA_VARIABLES: ${{ toJson(matrix.env) }}
124124

125-
- name: setup upstream remote
126-
run: src/ci/scripts/setup-upstream-remote.sh
127-
128125
- name: ensure the channel matches the target branch
129126
run: src/ci/scripts/verify-channel.sh
130127

src/ci/scripts/setup-upstream-remote.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/ci/shared.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,3 @@ function releaseChannel {
136136
echo $RUST_CI_OVERRIDE_RELEASE_CHANNEL
137137
fi
138138
}
139-
140-
# Parse values from src/stage0 file by key
141-
function parse_stage0_file_by_key {
142-
local key="$1"
143-
local file="$ci_dir/../stage0"
144-
local value=$(awk -F= '{a[$1]=$2} END {print(a["'$key'"])}' $file)
145-
if [ -z "$value" ]; then
146-
echo "ERROR: Key '$key' not found in '$file'."
147-
exit 1
148-
fi
149-
echo "$value"
150-
}

0 commit comments

Comments
 (0)