From df4ece297849bf541518082715462a2294c5fd79 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Wed, 22 Jan 2020 14:46:14 +0100 Subject: [PATCH] chore(tasks): drop outdated hints --- tasks/stages/update-examples | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/stages/update-examples b/tasks/stages/update-examples index bf0286b5..ebb657c8 100755 --- a/tasks/stages/update-examples +++ b/tasks/stages/update-examples @@ -13,7 +13,6 @@ git clone --depth=1 https://github.com/bpmn-io/bpmn-js-examples.git "$EXAMPLES_D cd "$EXAMPLES_DIR" -# update bower.json TOOLKIT_VERSION="${TRAVIS_TAG:1}" echo "Updating toolkit version to $TOOLKIT_VERSION"