pull/3509/head^2
filip mertens 2 years ago committed by bunsenstraat
parent 0bacbded01
commit a6cd503f6f
  1. 5
      apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh
  2. 5
      apps/remix-ide/ci/deploy_from_travis_remix-beta.sh
  3. 5
      apps/remix-ide/ci/deploy_from_travis_remix-live.sh

@ -8,6 +8,11 @@ cd dist/apps/remix-ide
git init git init
git config user.name "$COMMIT_AUTHOR" git config user.name "$COMMIT_AUTHOR"
git config user.email "$COMMIT_AUTHOR_EMAIL" git config user.email "$COMMIT_AUTHOR_EMAIL"
echo "# Automatic build" > README.md
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
zip -r remix-$SHA.zip . zip -r remix-$SHA.zip .
git add . git add .
git commit -m "Built website from {$SHA}." git commit -m "Built website from {$SHA}."

@ -8,6 +8,11 @@ cd dist/apps/remix-ide
git init git init
git config user.name "$COMMIT_AUTHOR" git config user.name "$COMMIT_AUTHOR"
git config user.email "$COMMIT_AUTHOR_EMAIL" git config user.email "$COMMIT_AUTHOR_EMAIL"
echo "# Automatic build" > README.md
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
zip -r remix-$SHA.zip . zip -r remix-$SHA.zip .
git add . git add .
git commit -m "Built website from {$SHA}." git commit -m "Built website from {$SHA}."

@ -8,6 +8,11 @@ cd dist/apps/remix-ide
git init git init
git config user.name "$COMMIT_AUTHOR" git config user.name "$COMMIT_AUTHOR"
git config user.email "$COMMIT_AUTHOR_EMAIL" git config user.email "$COMMIT_AUTHOR_EMAIL"
echo "# Automatic build" > README.md
echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ for details." >> README.md
echo "To use an offline copy, download \`remix-$SHA.zip\`." >> README.md
zip -r remix-$SHA.zip . zip -r remix-$SHA.zip .
git add . git add .
git commit -m "Built website from {$SHA}." git commit -m "Built website from {$SHA}."

Loading…
Cancel
Save