summarylogtreecommitdiffstats
path: root/semaphoreci-cli.install
diff options
context:
space:
mode:
Diffstat (limited to 'semaphoreci-cli.install')
-rw-r--r--semaphoreci-cli.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/semaphoreci-cli.install b/semaphoreci-cli.install
new file mode 100644
index 000000000000..a8745f00c7cf
--- /dev/null
+++ b/semaphoreci-cli.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo '>>> The semaphore-cli binary is installed as /bin/semaphoreci,'
+ echo '>>> not /bin/sem, which would conflict with parallel.'
+}
+
+post_upgrade() {
+ post_install $1
+}