There was an error while loading. Please reload this page.
2 parents 230696a + ad5f7e2 commit bf290a6Copy full SHA for bf290a6
scripts/generate-dist-files
@@ -35,7 +35,7 @@ for DOCKER_VERSION in $(ls -1 .); do
35
cd docker-install
36
git checkout ${DOCKER_GIT_COMMIT}
37
make
38
-cp build/install.sh ../$DOCKER_VERSION.sh
+cp build/stable/install.sh ../$DOCKER_VERSION.sh
39
cd .. && rm -rf docker-install
40
patch $DOCKER_VERSION.sh $DOCKER_VERSION.diff
41
cd ..
0 commit comments