Skip to content

Commit

Permalink
revert parellel jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-schndr committed Feb 9, 2024
1 parent d2cabef commit 0d9553c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ clean:
find -type d -name 'gomock_reflect_[0-9]*' -exec rm -rf {} \+ 2>/dev/null

ci:
docker build --platform=linux/amd64 --network=host --build-arg REGISTRY=$(REGISTRY) -f Dockerfile.golang-ci --skip-unused-stages=false --jobs=0
docker build --platform=linux/amd64 --network=host --build-arg REGISTRY=$(REGISTRY) -f Dockerfile.golang-ci --skip-unused-stages=false

client: generate
hack/build-client.sh "${AUTOREST_IMAGE}" 2020-04-30 2021-09-01-preview 2022-04-01 2022-09-04 2023-04-01 2023-07-01-preview 2023-09-04 2023-11-22
Expand Down

0 comments on commit 0d9553c

Please sign in to comment.