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
1f81c5dc
Commit
1f81c5dc
authored
May 27, 2016
by
chriseth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Force to include "build" for deployment.
parent
da31a6a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+1
-1
deploy_from_travis.sh
ci/deploy_from_travis.sh
+2
-1
No files found.
.travis.yml
View file @
1f81c5dc
...
@@ -14,6 +14,6 @@ env:
...
@@ -14,6 +14,6 @@ env:
-
COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
-
COMMIT_AUTHOR_EMAIL="chris@ethereum.org"
-
COMMIT_AUTHOR="Travis CI"
-
COMMIT_AUTHOR="Travis CI"
-
PUSH_REPO="git@github.com:ethereum/browser-solidity.git"
-
PUSH_REPO="git@github.com:ethereum/browser-solidity.git"
-
FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json worker.js"
-
FILES_TO_PACKAGE="assets background.js build icon.png index.html manifest.json worker.js
README.md
"
ci/deploy_from_travis.sh
View file @
1f81c5dc
...
@@ -10,7 +10,8 @@ git checkout --orphan gh-pages
...
@@ -10,7 +10,8 @@ git checkout --orphan gh-pages
git
rm
--cached
-r
.
git
rm
--cached
-r
.
echo
"# Automatic build"
>
README.md
echo
"# Automatic build"
>
README.md
echo
"Built website from {
$SHA
}. See https://github.com/ethereum/browser-solidity/ for details."
>>
README.md
echo
"Built website from {
$SHA
}. See https://github.com/ethereum/browser-solidity/ for details."
>>
README.md
git add
$FILES_TO_PACKAGE
README.md
# -f is needed because "build" is part of .gitignore
git add
-f
$FILES_TO_PACKAGE
git commit
-m
"Built website from {
$SHA
}."
git commit
-m
"Built website from {
$SHA
}."
ENCRYPTED_KEY_VAR
=
"encrypted_
${
ENCRYPTION_LABEL
}
_key"
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