Skip to content

Commit

Permalink
Fix failing Theia deploy build
Browse files Browse the repository at this point in the history
  • Loading branch information
tortmayr committed Aug 11, 2021
1 parent 2e2816c commit 870a4cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ kind: Pod
spec:
containers:
- name: node
image: node:12.14.1
image: eclipsetheia/theia-blueprint
tty: true
resources:
limits:
memory: "2Gi"
cpu: "1"
memory: "4Gi"
cpu: "2"
requests:
memory: "2Gi"
cpu: "1"
memory: "4Gi"
cpu: "2"
command:
- cat
volumeMounts:
Expand Down

0 comments on commit 870a4cc

Please sign in to comment.