We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f46d94 commit f7f30a6Copy full SHA for f7f30a6
sdk/Makefile
@@ -3,15 +3,11 @@ VERSION ?= ""
3
SHELL = /bin/bash
4
5
build: version # Build the project artefact @Pipeline
6
- echo "HELLO"
7
- cat ../.version
8
- echo "$$(cat ../.version)"
9
- cd .. && npm run build -- "$$(cat .version)" && cd sdk
+ VER=$$(cat .version) && cd .. && npm run build -- $$VER && cd sdk
10
./swagger-static.sh
11
12
clean: # Clean-up project resources (main) @Operations
13
rm -rf */
14
-
15
swagger:
16
./swagger.sh
17
sdk/_config.version.yml
@@ -1 +1 @@
1
-version: 0.2.0-20250704.094954+41d922e
+version: 1.1.1-1.1
0 commit comments