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 6236f3d commit 54801c9Copy full SHA for 54801c9
localinstall/1-rebuild_all.sh
@@ -87,10 +87,6 @@ core_url=$(git remote get-url origin)
87
build_args="--build-arg pipeline_rev=$pipeline_rev --build-arg core_rev=$core_rev --build-arg api_rev=$api_rev --build-arg pipeline_url=$pipeline_url --build-arg core_url=$core_url --build-arg api_url=$api_url"
88
px_arg='--prefix=local/staging-'
89
args="build --verbose $px_arg $build_args"
90
-echo Build docker images: kernelci args=$args
91
-./kci docker $args kernelci
92
-echo Build docker images: k8s+kernelci
93
-./kci docker $args k8s kernelci
94
echo Build docker images: api
95
./kci docker $args kernelci api --version="$api_rev"
96
echo Build docker images: pipeline
0 commit comments