Skip to content

Commit 5b6d89b

Browse files
committed
WIP
1 parent ae053ce commit 5b6d89b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ codegen:
158158
mkdir -p codegen/in/archive
159159
# curl -s https://platform.aignostics.com/api/v1/openapi.json | jq . > codegen/in/openapi.json
160160
#curl -s https://platform-dev.aignostics.ai/api/v1/openapi.json | jq . > codegen/in/openapi.json
161-
# Do we want staging or production now?
162161
curl -s https://platform-staging.aignostics.com/api/v1/openapi.json | jq . > codegen/in/openapi.json
163162
version=$$(jq -r .info.version codegen/in/openapi.json); \
164163
echo "Detected version $$version"; \

0 commit comments

Comments
 (0)