Skip to content

Commit fe27388

Browse files
hneivaahal
authored andcommitted
ci: Decision image from dockerhub taskgraph:latest
1 parent c3c5637 commit fe27388

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.taskcluster.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ tasks:
239239
taskclusterProxy: true
240240
chainOfTrust: true
241241

242-
image: mozillareleases/taskgraph:decision-10378fde0bf12adbd64e74313bf72ea3c6caf311ad6af23e2bff1d8f1232a221@sha256:7518c410bdf91142b0e26455d26ddaf861202cfbb3c35d0b1ef85d1ed577a5bd
242+
image: mozillareleases/taskgraph:decision-latest
243243

244244
maxRunTime: 1800
245245

@@ -256,14 +256,13 @@ tasks:
256256
then: >
257257
cd /builds/worker/checkouts/src &&
258258
ln -s /builds/worker/artifacts artifacts &&
259-
pip3 install -r requirements/base.txt &&
260-
pip3 install --user --no-deps . &&
261-
~/.local/bin/taskgraph action-callback
259+
pip3 install --user --break-system-packages . &&
260+
taskgraph action-callback
262261
else: >
263262
cd /builds/worker/checkouts/src &&
264263
ln -s /builds/worker/artifacts artifacts &&
265-
pip3 install --user . &&
266-
~/.local/bin/taskgraph decision
264+
pip3 install --user --break-system-packages . &&
265+
taskgraph decision
267266
--pushlog-id='0'
268267
--pushdate='0'
269268
--project='${project}'

0 commit comments

Comments
 (0)