mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-18 03:11:24 +00:00
Merge pull request #55 from mstg/deploy-test-2
Add comment (deploy test 2)
This commit is contained in:
commit
1b5e945d96
@ -153,6 +153,7 @@ func (s *Server) ListAdvisoriesRSS(_ context.Context, req *apollopb.ListAdvisori
|
||||
}, nil
|
||||
}
|
||||
|
||||
// GetAdvisory returns a single advisory by name
|
||||
func (s *Server) GetAdvisory(_ context.Context, req *apollopb.GetAdvisoryRequest) (*apollopb.GetAdvisoryResponse, error) {
|
||||
if err := req.ValidateAll(); err != nil {
|
||||
return nil, err
|
||||
|
@ -14,6 +14,10 @@ git checkout "$PULL_BASE_SHA" --quiet
|
||||
bazel-bin/bazel-diff generate-hashes -w "$workspace_dir" -b "$bazel_bin" starting_hashes_json
|
||||
|
||||
# Generate ending hashes
|
||||
TARGET_HASH="$PULL_PULL_SHA"
|
||||
if [[ -z "$TARGET_HASH" ]]; then
|
||||
TARGET_HASH="$(git log "HEAD@{1}" --pretty=format:"%H" --merges -n 1)"
|
||||
fi
|
||||
git checkout "$PULL_PULL_SHA" --quiet
|
||||
bazel-bin/bazel-diff generate-hashes -w "$workspace_dir" -b "$bazel_bin" ending_hashes_json
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user