File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102
102
build=$(pip freeze | grep benchmark-runner | sed 's/==/=/g')
103
103
build_version="$(cut -d'=' -f2 <<<"$build")"
104
104
start=$(printf '%(%s)T' -1)
105
+ scp -r "$RUNNER_PATH/private_key.txt" provision:"$CONTAINER_KUBECONFIG_PATH"
105
106
echo '>>>>>>>>>>>>>>>>>>>>>>>>>>> Start ${{ matrix.resource }} installation >>>>>>>>>>>>>>>>>>>>>>>>>>>>'
106
107
# cnv-nightly
107
108
if [[ "${{ matrix.resource }}" == "cnv" ]]
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102
102
build=$(pip freeze | grep benchmark-runner | sed 's/==/=/g')
103
103
build_version="$(cut -d'=' -f2 <<<"$build")"
104
104
start=$(printf '%(%s)T' -1)
105
+ scp -r "$RUNNER_PATH/private_key.txt" provision:"$CONTAINER_KUBECONFIG_PATH"
105
106
echo '>>>>>>>>>>>>>>>>>>>>>>>>>>> Start ${{ matrix.resource }} installation >>>>>>>>>>>>>>>>>>>>>>>>>>>>'
106
107
# cnv-nightly
107
108
if [[ "${{ matrix.resource }}" == "cnv" ]]
You can’t perform that action at this time.
0 commit comments