File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- gcloud compute scp --project= $PROJECT --zone= $ZONE $USER @ $MACHINE_NAME : ' ~/typedb-benchmark/results.log' result-$MACHINE_NAME .log
1
+ openstack server ssh $MACHINE_NAME -4 --address-type Ext-Net -- -i $OS_PRIVATE_KEY -l ubuntu -o StrictHostKeychecking=no " cat ~/typedb-benchmark/results.log" > result-$MACHINE_NAME .log
2
2
# resolve typedb folder using glob '*', as there's exactly one typedb folder
3
3
if [[ $DB =~ typedb ]]; then
4
- gcloud compute scp --project= $PROJECT --zone= $ZONE $USER @ $MACHINE_NAME : " ~/typedb-benchmark/typedb-all-linux-x86_64-*/log" result-$MACHINE_NAME -server.log
4
+ openstack server ssh $MACHINE_NAME -4 --address-type Ext-Net -- -i $OS_PRIVATE_KEY -l ubuntu -o StrictHostKeychecking=no " cat ~/typedb-benchmark/typedb-all-linux-x86_64-*/log" > result-$MACHINE_NAME -server.log
5
5
fi
6
6
You can’t perform that action at this time.
0 commit comments