Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-web
ensembl-k8s-manifests
Commits
328001a0
Commit
328001a0
authored
Jul 13, 2021
by
Kamal Dodiya
Browse files
Copy job arguments as string
parent
35cb986a
Pipeline
#175090
failed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
static_assets_copy_job.yaml
static_assets_copy_job.yaml
+1
-1
No files found.
static_assets_copy_job.yaml
View file @
328001a0
...
...
@@ -15,7 +15,7 @@ spec:
image
:
dockerhub.ebi.ac.uk/ensembl-web/deploy-tools:0.5
tty
:
true
command
:
[
"
/usr/bin/download_artifacts.sh"
]
args
:
[
<PROJECT_ID>
,
<JOB_ID>
]
# 498390, 497091
args
:
[
"
<PROJECT_ID>
"
,
"
<JOB_ID>
"
]
# 498390, 497091
ports
:
-
containerPort
:
8000
imagePullPolicy
:
Always
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment