Skip to content
Snippets Groups Projects
Unverified Commit 3fe5aa10 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Added debug to build scripts

parent acf9cba6
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -x
set -euvo pipefail
IFS=$'\n\t'
......
#!/bin/bash
set -x
set -euvo pipefail
IFS=$'\n\t'
if [ -z "$SNAPCRAFT_SECRET" ]; then
exit 0
......
#!/bin/bash
set -x
set -euvo pipefail
IFS=$'\n\t'
export METEOR_SETTINGS=$(cat settings.json)
export NODE_ENV=production
......
#!/bin/bash
set -x
set -euvo pipefail
IFS=$'\n\t'
ROOTPATH=/var/www/rocket.chat
PM2FILE=pm2.json
......
#!/bin/bash
set -x
set -euvo pipefail
IFS=$'\n\t'
for d in packages/* ; do
echo "$d"
cd $d
meteor publish
cd ../../
done
\ No newline at end of file
done
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