Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: tools/android/loading/gce/deploy.sh

Issue 1895033002: tools/android/loading Switch the GCE worker to pull queues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@appengine
Patch Set: Review comments Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/android/loading/gce/deploy.sh
diff --git a/tools/android/loading/gce/deploy.sh b/tools/android/loading/gce/deploy.sh
index 2362414b1bb3508b8c081941ef50f1d0b235c430..4e82d6bfc55101504b72d03d11f2f800f7a3a5c6 100755
--- a/tools/android/loading/gce/deploy.sh
+++ b/tools/android/loading/gce/deploy.sh
@@ -21,8 +21,10 @@ src_suffix=src
tmp_src_dir=$tmpdir/$src_suffix
# Copy files from tools/android/loading.
-mkdir -p $tmp_src_dir/tools/android/loading
+mkdir -p $tmp_src_dir/tools/android/loading/frontend
cp tools/android/loading/*.py $tmp_src_dir/tools/android/loading
+cp tools/android/loading/frontend/*.py \
+ $tmp_src_dir/tools/android/loading/frontend/
cp -r tools/android/loading/gce $tmp_src_dir/tools/android/loading
# Copy other dependencies.

Powered by Google App Engine
This is Rietveld 408576698