Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Hubs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ar-noc
Hubs
Commits
d6b4c50e
Commit
d6b4c50e
authored
6 years ago
by
Brian Peiris
Browse files
Options
Downloads
Patches
Plain Diff
Remove convenience script
parent
caad5c06
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/bot/package.json
+1
-2
1 addition, 2 deletions
scripts/bot/package.json
scripts/bot/run-bot.sh
+0
-24
0 additions, 24 deletions
scripts/bot/run-bot.sh
scripts/bot/yarn.lock
+3
-725
3 additions, 725 deletions
scripts/bot/yarn.lock
with
4 additions
and
751 deletions
scripts/bot/package.json
+
1
−
2
View file @
d6b4c50e
...
...
@@ -5,7 +5,6 @@
"devDependencies"
:
{
"docopt"
:
"^0.6.2"
,
"puppeteer"
:
"1.1.0"
,
"query-string"
:
"^5.0.1"
,
"serve"
:
"^6.5.6"
"query-string"
:
"^5.0.1"
}
}
This diff is collapsed.
Click to expand it.
scripts/bot/run-bot.sh
deleted
100755 → 0
+
0
−
24
View file @
caad5c06
#!/usr/bin/env sh
script_directory
=
$(
dirname
"
$0
"
)
script_directory
=
$(
realpath
"
$script_directory
"
)
echo
'Installing Hubs dependencies'
cd
$script_directory
/../..
yarn
echo
'Building Hubs'
yarn build
>
/dev/null
cd
$script_directory
echo
'Installing bot dependencies'
yarn
echo
'Running Hubs'
yarn serve
--ssl
--port
8080 ../../public &
echo
'Running bots'
if
[
"
$1
"
!=
""
]
;
then
node run-bot.js
--room
$1
else
node run-bot.js
fi
trap
'kill $(jobs -pr)'
SIGINT SIGTERM EXIT
This diff is collapsed.
Click to expand it.
scripts/bot/yarn.lock
+
3
−
725
View file @
d6b4c50e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment