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 3534384 commit ad5e900Copy full SHA for ad5e900
deploy_on_cf.sh
@@ -13,9 +13,9 @@ APP_REDIS_STORAGE=benchmark-redis-storage
13
APP_SERVICES_TO_BENCH="benchmark-mariadb-dfy redis-demo2"
14
SEPARATOR=#######################################
15
16
-# echo $SEPARATOR
17
-# echo 'downloading packages'
18
-# # pip3 download -d app/vendor -r app/requirements.txt
+echo $SEPARATOR
+echo 'downloading packages'
+pip3 download -d app/vendor -r app/requirements.txt
19
20
echo $SEPARATOR
21
echo 'Setting Python version'
0 commit comments