Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Repository
e070d16474de6e9b56bb6717521d766006b90d6a
Select Git revision
Branches
20
chore/client-collections
gh-pages
refactor/login-presence
develop
default
fix/disabledEnterpriseSettings
bugfix/CTZ-17
feat/status-in-cluster
test/report-message
fix/pdf-worker-again
fix/federation-overwrite-display-name
feat/global-navigation
fix/autocomplete-agent-loop
fix/incoming-webhooks-private-team-public-channel
dependabot/github_actions/rharkor/caching-for-turbo-1.8
lingohub_language_Rocket.Chat_update_test
refactor/custom-emoji
fix/voip-hangup-cause
fix/mandatory_2fa
regression/incoming-integrations-hono
fix/voip-reconnection
Tags
20
7.5.1
7.4.2
7.5.0
7.5.0-rc.5
7.5.0-rc.4
7.5.0-rc.3
7.5.0-rc.2
7.5.0-rc.1
7.5.0-rc.0
7.3.4
7.4.1
7.4.0
7.4.0-rc.5
7.4.0-rc.4
7.2.5
7.0.9
7.1.5
7.3.3
7.4.0-rc.3
7.0.8
40 results
Rocket.Chat
publish_packages.sh
Find file
Blame
Permalink
9 years ago
bac14ad8
chmod 755 *.sh
· bac14ad8
Gabriel Engel
authored
9 years ago
bac14ad8
History
chmod 755 *.sh
Gabriel Engel
authored
9 years ago
publish_packages.sh
78 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
4
5
6
for
d
in
packages/
*
;
do
echo
"
$d
"
cd
$d
meteor publish
cd
../../
done