Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Issue #10: .taskcluster.yml: Update artifact paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Apr 20, 2018
1 parent 48531d4 commit 040e32c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ tasks:
artifacts:
'public/reports':
type: 'directory'
path: '/build/phoenix/build/reports'
path: '/build/fenix/build/reports'
expires: "{{ '1 week' | $fromNow }}"
'public/app/reports':
type: 'directory'
path: '/build/phoenix/app/build/reports'
path: '/build/fenix/app/build/reports'
expires: "{{ '1 week' | $fromNow }}"
metadata:
name: Fenix - Pull Request
Expand Down Expand Up @@ -85,7 +85,7 @@ tasks:
artifacts:
'public':
type: 'directory'
path: '/build/phoenix/preview'
path: '/build/fenix/preview'
expires: "{{ '1 month' | $fromNow }}"
metadata:
name: Fenix - Master build
Expand Down

0 comments on commit 040e32c

Please sign in to comment.