mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
test
This commit is contained in:
+4
-1
@@ -69,7 +69,10 @@ TMP_APP_DIR=$CACHE_DIR/tmp_app_dir
|
||||
|
||||
ls -a $APP_DIR
|
||||
ls -a $APP_DIR/tmp
|
||||
mv $APP_DIR/tmp /tmp/apptmp
|
||||
|
||||
echo 'touching things...'
|
||||
touch $app_dir/tmp/newfile
|
||||
mkdir -p $app_dir/tmp/newdir
|
||||
|
||||
# Copy Anvil app dir to temporary storage...
|
||||
mkdir -p $TMP_APP_DIR
|
||||
|
||||
Reference in New Issue
Block a user