Skip to content

Commit

Permalink
changing reference from UNIX time to git sha
Browse files Browse the repository at this point in the history
  • Loading branch information
paha committed Sep 30, 2020
1 parent f09b152 commit a523683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-testgrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
TESTGRID_API: "https://api.testgrid.staging.kurl.sh/"

run: |
./bin/tgrun queue --ref $(date "+%s") --testgrid-api $TESTGRID_API
./bin/tgrun queue --ref ${GITHUB_SHA:0:7} --testgrid-api $TESTGRID_API
1 change: 0 additions & 1 deletion testgrid/tgrun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ WORKDIR /tgrun
RUN go mod download
RUN go mod verify

# RUN GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /go/bin/tgrun ./cmd/run
RUN CGO_ENABLED=0 go build -o /go/bin/tgrun ./cmd/run

############################
Expand Down

0 comments on commit a523683

Please sign in to comment.