Commit 82833acf authored by Naundorf's avatar Naundorf
Browse files

Update .gitlab-ci.yml

parent a569ecc6
Pipeline #6455 failed with stage
in 2 minutes and 22 seconds
......@@ -16,4 +16,4 @@ Test SSH:
- GITLAB_KEY=$(echo "$GITLAB_KEY" | tr -d '\r' | tr -d '\n')
- ssh -J ubuntu@193.196.53.93 $USER_NAME "mkdir -p execute_vehicle_classification"
- scp -o "Proxyjump ubuntu@193.196.53.93" execute_vehicle_classification.sh $USER_NAME:~/execute_vehicle_classification/execute_vehicle_classification.sh
- ssh -J ubuntu@193.196.53.93 $USER_NAME "chmod 700 execute_vehicle_classification/execute_vehicle_classification.sh && ./execute_vehicle_classification/execute_vehicle_classification.sh $GITLAB_KEY"
- ssh -J ubuntu@193.196.53.93 $USER_NAME "chmod 700 execute_vehicle_classification/execute_vehicle_classification.sh && sbatch -p single ./execute_vehicle_classification/execute_vehicle_classification.sh $GITLAB_KEY"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment