Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
User expired
2018s-advanced-distributed-systems
Commits
a0b974db
Unverified
Commit
a0b974db
authored
Nov 19, 2018
by
Bennett Piater
Browse files
fix deploy typo
parent
58f44ef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kafka-images/deploy.sh
kafka-images/deploy.sh
+2
-2
No files found.
kafka-images/deploy.sh
View file @
a0b974db
...
...
@@ -11,9 +11,9 @@ $wsk -i action update enhance $(dirname $0)/enhance.zip --kind nodejs:8
pushd
$(
dirname
$0
)
/grayscale
zip
-ru
../grayscale.zip
*
||
true
popd
$wsk
-i
action update
consumer
$(
dirname
$0
)
/grayscale.zip
--kind
nodejs:8
$wsk
-i
action update
grayscale
$(
dirname
$0
)
/grayscale.zip
--kind
nodejs:8
pushd
$(
dirname
$0
)
/zip
zip
-ru
../zip.zip
*
||
true
popd
$wsk
-i
action update
consumer
$(
dirname
$0
)
/zip.zip
--kind
nodejs:8
$wsk
-i
action update
zip
$(
dirname
$0
)
/zip.zip
--kind
nodejs:8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment