Skip to content

Commit 8e8e00f

Browse files
1vndeliahu
authored andcommitted
Add python packager to CI (#34)
1 parent ecf9ebe commit 8e8e00f

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
@@ -137,6 +137,7 @@ build-images:
137137
@./build/build-image.sh images/nginx-backend nginx-backend
138138
@./build/build-image.sh images/argo-controller argo-controller
139139
@./build/build-image.sh images/argo-executor argo-executor
140+
@./build/build-image.sh images/python-packager python-packager
140141

141142
push-images:
142143
@./build/push-image.sh spark
@@ -152,6 +153,7 @@ push-images:
152153
@./build/push-image.sh nginx-backend
153154
@./build/push-image.sh argo-controller
154155
@./build/push-image.sh argo-executor
156+
@./build/push-image.sh python-packager
155157

156158
build-cli:
157159
@./build/cli.sh

0 commit comments

Comments
 (0)