Skip to content
Snippets Groups Projects
Commit 517bd04b authored by S. Li's avatar S. Li
Browse files

fix buildrc.sh - use bash

parent 12053cc9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -euo pipefail
cd /tmp
spk init -p3000 -- nothing
export SANDSTORM_ID="$(grep '\sid =' sandstorm-pkgdef.capnp)"
......
......@@ -49,7 +49,7 @@ script:
- cd .travis
- sh ./namefiles.sh
- cd $TRAVIS_BUILD_DIR/.sandstorm
- sh ./buildrc.sh
- ./buildrc.sh
- cd $TRAVIS_BUILD_DIR
- mv rocket.chat.latest.spk ../build
deploy:
......
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