aboutsummaryrefslogtreecommitdiff
path: root/wordcount/fabfile.py
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-10-25 14:34:37 -0600
committerCody Hiar <cody@hiar.ca>2021-10-25 14:34:37 -0600
commite3d2ffca585660f0c088ab8323bfe78a86ba75e3 (patch)
tree1f542c4d1c032cdc85149ccfd28cafc402ddb3d0 /wordcount/fabfile.py
parent08cf73a70e3ce2dbc85e8b389f15090c148ec003 (diff)
Save working version of deploying jars
Diffstat (limited to 'wordcount/fabfile.py')
-rw-r--r--wordcount/fabfile.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/wordcount/fabfile.py b/wordcount/fabfile.py
deleted file mode 100644
index 8c89cbc..0000000
--- a/wordcount/fabfile.py
+++ /dev/null
@@ -1,11 +0,0 @@
-def pre_submit(topology_name, env_name, env_config, options):
- """Override this function to perform custom actions prior to topology
- submission. No SSH tunnels will be active when this function is called."""
- pass
-
-
-def post_submit(topo_name, env_name, env_config, options):
- """Override this function to perform custom actions after topology
- submission. Note that the SSH tunnel to Nimbus will still be active
- when this function is called."""
- pass