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
Commits
293b2c97
Commit
293b2c97
authored
9 years ago
by
Gabriel Engel
Browse files
Options
Downloads
Patches
Plain Diff
fixing tar command
parent
1656ed2c
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+7
-2
7 additions, 2 deletions
.travis.yml
.travis/sandstorm.sh
+1
-1
1 addition, 1 deletion
.travis/sandstorm.sh
with
8 additions
and
3 deletions
.travis.yml
+
7
−
2
View file @
293b2c97
...
...
@@ -7,13 +7,18 @@ branches:
-
even-faster-deploy
node_js
:
-
'
0.12'
cache
:
directories
:
-
~/.meteor
before_install
:
-
curl https://install.meteor.com | /bin/sh
-
npm install -g npm@'>=2.13.5'
-
mkdir -p node_modules
install
:
-
curl https://install.meteor.com | /bin/sh
before_script
:
-
mkdir /tmp/build
script
:
-
cd $TRAVIS_BUILD_DIR
-
mkdir /tmp/build
-
meteor build /tmp/build
before_deploy
:
-
mkdir /tmp/deploy
...
...
This diff is collapsed.
Click to expand it.
.travis/sandstorm.sh
+
1
−
1
View file @
293b2c97
...
...
@@ -28,7 +28,7 @@ export METEOR_DEV_BUNDLE=$(dirname $(readlink -f "$METEOR_WAREHOUSE_DIR/meteor")
sudo mkdir
-p
/home/vagrant
sudo chown
-R
travis /home/vagrant
tar
-zxf
/tmp/build/Rocket.Chat.tar.gz /home/vagrant/
tar
-zxf
/tmp/build/Rocket.Chat.tar.gz
--directory
/home/vagrant/
cd
/home/vagrant/bundle/programs/server
&&
"
$METEOR_DEV_BUNDLE
/bin/npm"
install
cd
$TRAVIS_BUILD_DIR
/.sandstorm
sed
-i
"s/
\s
id = .*/
$SANDSTORM_ID
/"
sandstorm-pkgdef.capnp
...
...
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