Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: forsaken628 <[email protected]>
  • Loading branch information
forsaken628 committed Jun 15, 2024
1 parent 8d2bacb commit 6032f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo ">> Using ${CODEGEN_PKG} for the code generator"
chmod +x "${CODEGEN_PKG}/generate-groups.sh"
chmod +x "${CODEGEN_PKG}/generate-internal-groups.sh"

PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
PROJECT_ROOT=${GOPATH}/src/github.com/kubeflow/katib

modules=(experiments suggestions trials common)
versions=(v1beta1)
Expand Down
2 changes: 1 addition & 1 deletion hack/update-mockgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -o errexit
set -o nounset
set -o pipefail

SCRIPT_ROOT=${GOPATH}/src/github.com/kubeflow/katib
SCRIPT_ROOT="$(dirname "${BASH_SOURCE[0]}")/.."

cd "${SCRIPT_ROOT}"

Expand Down

0 comments on commit 6032f5d

Please sign in to comment.