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

Unified Diff: client/example/payload/hello_world.isolate

Issue 1337633002: Reapply "Isolated task support in Endpoints API: client side (3/3)" and fixes" (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: We did it, again Created 5 years, 3 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: client/example/payload/hello_world.isolate
diff --git a/client/example/payload/hello_world.isolate b/client/example/payload/hello_world.isolate
index 0f2803d5dc89664046e706429519520977921304..7a97754e70d2a78b7a53f28e0cbb65849c00b193 100644
--- a/client/example/payload/hello_world.isolate
+++ b/client/example/payload/hello_world.isolate
@@ -9,12 +9,12 @@
},
#
'conditions': [
- ['OS=="Linux"', {
+ ['OS=="Ubuntu"', {
'variables': {
'command': [
'python',
'hello_world.py',
- 'Linux',
+ 'Ubuntu',
],
},
}],

Powered by Google App Engine
This is Rietveld 408576698