mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
9378f4480c
Conflicts: internal_packages/inbox-activity-bar/lib/activity-bar-long-poll-item.cjsx
14 lines
453 B
Bash
Executable file
14 lines
453 B
Bash
Executable file
#!/bin/sh
|
|
# Edgehill Jenkins must run a shell script.
|
|
#
|
|
# We also set the Keychain credentials inside of Jenkins Credentials
|
|
# instead of plain text files.
|
|
#
|
|
# The credentials for the Keychain are availble via the Jenkins-injected
|
|
# KEYCHAIN_ACCESS environment variable.
|
|
|
|
rm -rf ~/.nylas;
|
|
echo "---> $(npm --version)"
|
|
echo "---> $(node --version)"
|
|
script/bootstrap
|
|
build/node_modules/.bin/grunt ci --gruntfile build/Gruntfile.coffee --stack --no-color;
|