Skip to content
Snippets Groups Projects
Commit ee34e1c5 authored by Bernardo Cardoso's avatar Bernardo Cardoso
Browse files

Remove channelbot from CI/CD

parent 129b4fd8
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ variables:
DL_URL_FRAG: jobs/artifacts/master/raw/release
SERVER_URL: ${REPOS_API}server/$DL_URL_FRAG/server.linux64?job=build
CLIENT_URL: ${REPOS_API}client/$DL_URL_FRAG/client.linux64?job=build
CHANNELBOT_URL: ${REPOS_API}channelbot/$DL_URL_FRAG/channelbot.linux64?job=build
UDB_URL: ${REPOS_API}user-discovery-bot/$DL_URL_FRAG/udb.linux64?job=build
GATEWAY_URL: ${REPOS_API}gateway/$DL_URL_FRAG/gateway.linux64?job=build
......@@ -53,8 +52,6 @@ installbinaries:
- chmod +x bin/server
- "curl -f -L -H \"PRIVATE-TOKEN: $PATKEY\" -o bin/client $CLIENT_URL"
- chmod +x bin/client
- "curl -f -L -H \"PRIVATE-TOKEN: $PATKEY\" -o bin/channelbot $CHANNELBOT_URL"
- chmod +x bin/channelbot
- "curl -f -L -H \"PRIVATE-TOKEN: $PATKEY\" -o bin/udb $UDB_URL"
- chmod +x bin/udb
- "curl -f -L -H \"PRIVATE-TOKEN: $PATKEY\" -o bin/gateway $GATEWAY_URL"
......@@ -62,7 +59,6 @@ installbinaries:
- echo $PWD
- bin/server --version
- bin/client --version
- bin/channelbot --version
- bin/udb --version
- bin/gateway --version
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment