Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Pinning upstream deps for 0.18 release prep (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Nichols authored Sep 23, 2020
1 parent d498710 commit 0ba07c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/update-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ VERSION="master"
# The list of dependencies that we track at HEAD and periodically
# float forward in this repository.
FLOATING_DEPS=(
"knative.dev/pkg@${VERSION}"
"knative.dev/pkg@release-0.18"
"knative.dev/eventing@${VERSION}"
"knative.dev/serving@${VERSION}"
"knative.dev/test-infra@${VERSION}"
"knative.dev/test-infra@release-0.18"
)

# Parse flags to determine any we should pass to dep.
Expand Down

0 comments on commit 0ba07c1

Please sign in to comment.