Skip to content
Snippets Groups Projects
Commit bfb1da8c authored by Athanasios Karmas's avatar Athanasios Karmas
Browse files

Update create_job.sh

parent b8cc15e2
No related branches found
No related tags found
No related merge requests found
Pipeline #3233 canceled with stages
in 2 seconds
......@@ -9,12 +9,13 @@
BUILD_ENV=$1
OP=$2
SWIFT_FILE=$3
OC_JOB_ID=$4
cat <<EOT >> simplejob.yml
apiVersion: batch/v1
kind: Job
metadata:
name: simplejob
name: simplejob${OC_JOB_ID}
spec:
parallelism: 1
completions: 1
......
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