File tree 3 files changed +0
-39
lines changed
3 files changed +0
-39
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,6 @@ jobs:
130
130
# which then uses log commands to actually set them.
131
131
EXTRA_VARIABLES : ${{ toJson(matrix.env) }}
132
132
133
- - name : setup upstream remote
134
- run : src/ci/scripts/setup-upstream-remote.sh
135
-
136
133
- name : ensure the channel matches the target branch
137
134
run : src/ci/scripts/verify-channel.sh
138
135
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -136,15 +136,3 @@ function releaseChannel {
136
136
echo $RUST_CI_OVERRIDE_RELEASE_CHANNEL
137
137
fi
138
138
}
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
- }
You can’t perform that action at this time.
0 commit comments