aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/const.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-08-28 23:03:46 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-08-28 23:03:46 +0200
commit6295901a73828fcb9a2dd94e8bd5d59f1a5f4a91 (patch)
treea314349de29a9b0231d33157e927883b14e1d644 /src/const.h
parentdocker: shorten command values (diff)
downloadcimple-6295901a73828fcb9a2dd94e8bd5d59f1a5f4a91.tar.gz
cimple-6295901a73828fcb9a2dd94e8bd5d59f1a5f4a91.zip
update command names
Diffstat (limited to 'src/const.h')
-rw-r--r--src/const.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/const.h b/src/const.h
index 8ac2e33..08f20e5 100644
--- a/src/const.h
+++ b/src/const.h
@@ -6,4 +6,7 @@
#endif
#define DEFAULT_PORT "5556"
+#define CMD_CI_RUN "ci-run"
+#define CMD_WORKER_NEW "worker-new"
+
#endif