Skip to content

Commit

Permalink
Fix typo in the workflows
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Nov 24, 2023
1 parent aecb26e commit 8d02254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
cd index/server
export GOPATH=$(go env GOPATH)
go install github.com/deepmap/oapi-codegen/cmd/[email protected]
ENABLE_HTTP2="false" bash ./build.sh
bash ./build.sh
- name: Test index server
run: cd index/server && go test ./... -coverprofile cover.out
Expand Down
2 changes: 1 addition & 1 deletion build_registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ BASE_DIR=$(dirname $0)
. ${BASE_DIR}/setenv.sh

# Build the index server base image
. ${BASE_DIR}/index/server/build.sh
ENABLE_HTTP2="false" . ${BASE_DIR}/index/server/build.sh

# Build the test devfile registry image
docker build -t devfile-index:latest -f ${BASE_DIR}/.ci/Dockerfile ${BASE_DIR}

0 comments on commit 8d02254

Please sign in to comment.