use infra_version.js in baseimage script

This commit is contained in:
Girish Ramakrishnan
2016-05-24 13:05:49 -07:00
parent 9b3077eca3
commit aff9ff47bc
2 changed files with 16 additions and 39 deletions
+2 -2
View File
@@ -137,8 +137,8 @@ while true; do
sleep 30
done
echo "Copying INFRA_VERSION"
$scp22 "${SCRIPT_DIR}/../src/INFRA_VERSION" root@${server_ip}:.
echo "Copying infra_version.js"
$scp22 "${SCRIPT_DIR}/../src/infra_version.js" root@${server_ip}:.
echo "Copying box source"
cd "${SOURCE_DIR}"