Skip to content

Commit

Permalink
Remove useless artifact on docker push step
Browse files Browse the repository at this point in the history
  • Loading branch information
La0 committed Apr 18, 2019
1 parent b1c9ca4 commit 1c516dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .taskcluster.yml
Expand Up @@ -124,11 +124,6 @@ tasks:
git clone --quiet ${repository} /src && cd /src && git checkout ${head_rev} -b taskboot &&
pip install --quiet . &&
taskboot push-artifact"
artifacts:
public/taskboot/image.tar:
expires: {$fromNow: '2 weeks'}
path: /image.tar
type: file
scopes:
- secrets:get:project/relman/taskboot/deploy
metadata:
Expand Down

0 comments on commit 1c516dc

Please sign in to comment.