see count for other users as well

This commit is contained in:
2022-02-25 21:33:35 +05:30
parent 1d63fc050c
commit 5779f54f2d
4 changed files with 33 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ resources:
uri: https://git.weirdnatto.in/natto1784/singh3.git
branch: master
- name: rust-latest-image
- name: rust-image
type: registry-image
icon: docker
source:
@@ -53,10 +53,10 @@ jobs:
- get: repo
trigger: true
passed: [configure-self]
- get: rust-latest-image
- get: rust-image
trigger: false
- task: format
image: rust-latest-image
image: rust-image
config:
inputs:
- name: repo
@@ -70,7 +70,7 @@ jobs:
cargo fmt
dir: repo
- task: build
image: rust-latest-image
image: rust-image
config:
params:
CARGO_HOME: cargo-home