Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
b232ef8f
Commit
b232ef8f
authored
Jul 18, 2016
by
chriseth
Committed by
GitHub
Jul 18, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #129 from ethereum/self-contained-zip
Create a self contained ZIP with each travis build
parents
c0a55f45
2d61b9c0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
deploy_from_travis.sh
ci/deploy_from_travis.sh
+4
-1
No files found.
ci/deploy_from_travis.sh
View file @
b232ef8f
...
...
@@ -10,8 +10,11 @@ git checkout --orphan gh-pages
git
rm
--cached
-r
.
echo
"# Automatic build"
>
README.md
echo
"Built website from {
$SHA
}. See https://github.com/ethereum/browser-solidity/ for details."
>>
README.md
echo
"To use an offline copy, download browser-solidity-
$SHA
.zip."
>>
README.md
# ZIP the whole directory
zip
-r
browser-solidity-
$SHA
.zip
$FILES_TO_PACKAGE
# -f is needed because "build" is part of .gitignore
git add
-f
$FILES_TO_PACKAGE
git add
-f
$FILES_TO_PACKAGE
browser-solidity-
$SHA
.zip
git commit
-m
"Built website from {
$SHA
}."
ENCRYPTED_KEY_VAR
=
"encrypted_
${
ENCRYPTION_LABEL
}
_key"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment