Skip to content

Commit fdd431d

Browse files
committed
Use pipeline env for sps
1 parent f863326 commit fdd431d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
include config.env
2121
include source-branch.env
22+
ifdef PIPELINE_RUN_ID
2223
include pipeline.env
24+
endif
2325

2426
# arch_uname is the platform architecture according to the uname program. Can be differ by OS, e.g. `arm64` on macOS, but `aarch64` on Linux.
2527
arch_uname := $(shell uname -m)

0 commit comments

Comments
 (0)